aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-10-12 23:46:17 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-10-12 23:46:17 +0300
commit65a08f2ee361c5fd7da1a700154ea3f91997ea59 (patch)
tree9110b1c06fb40d05495f35e46c000246ded9ee70 /Cargo.toml
parentea6b166ea3de83365d0b56a4e0b4ccb5d4fd05da (diff)
downloadfinbudg-65a08f2ee361c5fd7da1a700154ea3f91997ea59.tar.gz
finbudg-65a08f2ee361c5fd7da1a700154ea3f91997ea59.zip
Added Makefile; Version bump
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 caecf3a..612070a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"