aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-04 08:51:45 +0100
committerAkshay <[email protected]>2020-08-04 08:51:45 +0100
commitcdfe5719dc0bcc7a83ca014483b87c3d134e4679 (patch)
tree640f88e26d48c8842323ab77b491b0e4453c81e0
parent3dd8502895d17b4e1a8afb729feeef5ba6d0474e (diff)
bump to v0.2.3v0.2.3
-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 01fdb84..fd66bcd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -295,7 +295,7 @@ dependencies = [
295 295
296[[package]] 296[[package]]
297name = "dijo" 297name = "dijo"
298version = "0.2.2" 298version = "0.2.3"
299dependencies = [ 299dependencies = [
300 "chrono", 300 "chrono",
301 "clap", 301 "clap",
diff --git a/Cargo.toml b/Cargo.toml
index fa7b033..fc18bb9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "dijo" 2name = "dijo"
3version = "0.2.2" 3version = "0.2.3"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5edition = "2018" 5edition = "2018"
6description = "Scriptable, curses-based, digital habit tracker" 6description = "Scriptable, curses-based, digital habit tracker"