aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-10-06 00:18:37 +0300
committerYaroslav <contact@yaroslavps.com>2020-10-06 00:20:03 +0300
commitcc688c4dc73d3b13be5aba1bd292cc31265c5d04 (patch)
tree66a46e038ea2392600deba03f040b60a8fe7a565 /Cargo.toml
parent408b0ac993496b108ec1e479151d549e9535051a (diff)
downloadfinbudg-0.1.1.tar.gz
finbudg-0.1.1.zip
Allow days with no expensesv0.1.1
Also fix "spelling" mistake in output ("..." instead of "..").
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 776e878..418a9ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "finbudg"
-version = "0.1.0"
+version = "0.1.1"
edition = "2018"
description = "Quick cli tool to calculate your expenses and balance for a set period of time."
license = "MIT"