aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-01-26 15:40:16 +0000
committerAkshay <[email protected]>2021-01-26 15:40:16 +0000
commit3570b4bb5de61abff6bdc8ba6bbfd806a1ebce0d (patch)
treea14b0978b77197b144a40a50a275db80dc23457f /Cargo.toml
parent2cb819bdcbb98a64ef7cbededc0de8168312c7ea (diff)
bump to v0.2.4v0.2.4
- new alias 'wq' for write and quit - prevent ctrl-c from losing data - add man page
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ba98e65..aca1963 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "dijo" 2name = "dijo"
3version = "0.2.3" 3version = "0.2.4"
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"