aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-03-31 05:27:19 +0100
committerNerdyPepper <[email protected]>2019-03-31 05:27:19 +0100
commitc58bcfd203f2064e0249824635d42bf4b8adaf97 (patch)
tree0f8783628596dfd7ab7b8a1fe1ffaee61c44822d
parent7ee3ce1377ee1ade1772379f898cbc546f94602e (diff)
version bump
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b1326b0..bedfd43 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "eva" 2name = "eva"
3version = "0.2.2" 3version = "0.2.3"
4authors = ["NerdyPepper <[email protected]>"] 4authors = ["NerdyPepper <[email protected]>"]
5edition = "2018" 5edition = "2018"
6description = "Calculator REPL similar to bc(1)" 6description = "Calculator REPL similar to bc(1)"