summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-06-16 01:26:32 -0400
committerOwen Jacobson <owen@grimoire.ca>2020-06-16 01:26:32 -0400
commit3d9c505f0d1c26347b3553ade43ff7fd1a75bdf4 (patch)
tree8e6f67257177a2dd6c3af0ba11140a5d0df22e3a
parenta5046fd901d9f26c229c7f7606686f86699cb087 (diff)
(cargo-release) version 0.4.1
-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 2207246..987e330 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1358,7 +1358,7 @@ dependencies = [
[[package]]
name = "things-to-check"
-version = "0.4.1-alpha.0"
+version = "0.4.1"
dependencies = [
"actix-rt",
"actix-web",
diff --git a/Cargo.toml b/Cargo.toml
index 6195e33..6fc6846 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "things-to-check"
-version = "0.4.1-alpha.0"
+version = "0.4.1"
repository = "https://github.com/ojacobson/things-to-check/"
publish = false
authors = ["Owen Jacobson <owen@grimoire.ca>"]