aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-23 05:37:21 +0100
committerAkshay <[email protected]>2020-07-23 05:37:21 +0100
commit59b40932d4602fc7bf84f123930f9a0eb187f4a1 (patch)
treef895c9874dc6dfb756965c4be32c181b5d21e0a4
parentf5940ea5fc507ec34d686a888a1aa1aba50be277 (diff)
bump to v0.2.0!v0.2.0
-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 bda3c1e..a299289 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -260,7 +260,7 @@ dependencies = [
260 260
261[[package]] 261[[package]]
262name = "dijo" 262name = "dijo"
263version = "0.1.5" 263version = "0.2.0"
264dependencies = [ 264dependencies = [
265 "chrono", 265 "chrono",
266 "clap", 266 "clap",
diff --git a/Cargo.toml b/Cargo.toml
index 3f297b8..f215503 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "dijo" 2name = "dijo"
3version = "0.1.5" 3version = "0.2.0"
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"