aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-03-29 14:44:25 +0000
committerNerdyPepper <[email protected]>2019-03-29 14:44:25 +0000
commit028396f536141fa03623265e14a36e3d8eef5e90 (patch)
tree25a0f332d3264e442c84717b19da9fbee87f7aa0
parent89c3377d06297fdbca376f2d03e53c4af0d6709c (diff)
bump version to 0.2.1v0.2.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 35500fa..dec0a7a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "eva" 2name = "eva"
3version = "0.2.0" 3version = "0.2.1"
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)"