diff options
author | Akshay <[email protected]> | 2020-07-20 05:10:53 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-20 05:10:53 +0100 |
commit | e7755c24bad0ec2d7a7a4bc0bb0d087adc998b34 (patch) | |
tree | 5c6db7e8276d98f05e0d93a42ebee225f5ed1a5e /Cargo.toml | |
parent | c441e37c56f3fe61043b9d2fd3ab5757237a8f88 (diff) |
add LICENSE file, bump to v0.1.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "dijo" | 2 | name = "dijo" |
3 | version = "0.1.2" | 3 | version = "0.1.3" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | description = "Scriptable, curses-based, digital habit tracker" | 6 | description = "Scriptable, curses-based, digital habit tracker" |