diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-10-12 23:46:17 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-10-12 23:46:17 +0300 |
commit | 65a08f2ee361c5fd7da1a700154ea3f91997ea59 (patch) | |
tree | 9110b1c06fb40d05495f35e46c000246ded9ee70 /Cargo.toml | |
parent | ea6b166ea3de83365d0b56a4e0b4ccb5d4fd05da (diff) | |
download | finbudg-65a08f2ee361c5fd7da1a700154ea3f91997ea59.tar.gz finbudg-65a08f2ee361c5fd7da1a700154ea3f91997ea59.zip |
Added Makefile; Version bump
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "finbudg" -version = "0.1.2" +version = "0.2.0" edition = "2018" description = "Quick cli tool to calculate your expenses and balance for a set period of time." license = "MIT" |