From eed33b0611766024751d93e8ec02aac243961acf Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 4 Jun 2020 00:03:19 -0400 Subject: (cargo-release) start next development iteration 0.2.1-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bf759b..1bdcde5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "things-to-check" -version = "0.2.0" +version = "0.2.1-alpha.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 0cd146f..664749b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "things-to-check" -version = "0.2.0" +version = "0.2.1-alpha.0" publish = false authors = ["Owen Jacobson "] edition = "2018" -- cgit v1.2.3