summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f485b56..582f511 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1358,7 +1358,7 @@ dependencies = [
[[package]]
name = "things-to-check"
-version = "0.3.0"
+version = "0.3.1-alpha.0"
dependencies = [
"actix-rt",
"actix-web",
diff --git a/Cargo.toml b/Cargo.toml
index 0f1b419..a4e028d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "things-to-check"
-version = "0.3.0"
+version = "0.3.1-alpha.0"
publish = false
authors = ["Owen Jacobson <owen@grimoire.ca>"]
edition = "2018"