aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-02 14:11:33 +0100
committerNerdyPepper <[email protected]>2019-07-02 14:11:33 +0100
commit580747e5f44ae8b42d565402db9829417ae2bc81 (patch)
treedcc91cb29ef25d8a089d6e6c8168447536f64b44
parentd5d995b8bcc325b640ce81624ad667290a28889e (diff)
bump to 0.2.6
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1991012..d1cf3be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "eva" 2name = "eva"
3version = "0.2.5" 3version = "0.2.6"
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)"