diff options
author | Akshay <nerdy@peppe.rs> | 2020-07-21 20:47:05 +0530 |
---|---|---|
committer | Akshay <nerdy@peppe.rs> | 2020-07-21 20:47:05 +0530 |
commit | 9102dc72be19f87ec9e2893a35f5020957135c1c (patch) | |
tree | b977a1652e2b01fd054a4a7b086ca689bc31126c | |
parent | 4f76460efa869317bd7065b4770c16d0146a92da (diff) |
bump to v0.1.5v0.1.5
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "dijo" -version = "0.1.4" +version = "0.1.5" dependencies = [ "chrono", "clap", @@ -1,6 +1,6 @@ [package] name = "dijo" -version = "0.1.4" +version = "0.1.5" authors = ["Akshay <nerdy@peppe.rs>"] edition = "2018" description = "Scriptable, curses-based, digital habit tracker" |