aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-06-16 18:06:30 -0400
committerDeterminant <tederminant@gmail.com>2020-06-16 18:06:30 -0400
commit07b3ad078a868729883354e5be0b34efc093152d (patch)
tree4fe005ca78430fa82fd4813fd3c4731c1b1e36c6
parent6ee65d83d983ecc35f596f516d2739e7a91b9efa (diff)
-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 67f4716..dbe9b6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -232,7 +232,7 @@ dependencies = [
[[package]]
name = "growth-ring"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"async-trait",
"crc",
diff --git a/Cargo.toml b/Cargo.toml
index 2c7f57e..a30512d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "growth-ring"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Determinant <tederminant@gmail.com>"]
edition = "2018"
homepage = "https://github.com/Determinant/growth-ring"