aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-04-05 14:48:19 +0100
committerAkshay <[email protected]>2022-04-05 14:48:19 +0100
commit2886114cf60b56cb724d7ec9420d0d5eb60e7fa0 (patch)
tree71199307cfb31b8f565343b6ed38dc644787971c /Cargo.toml
parent9fa2823b3916184dbfbb9c704ab34ae79c0c1038 (diff)
bump to v0.3.0
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 4be652d..eab73f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "eva" 2name = "eva"
3version = "0.2.7" 3version = "0.3.0"
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)"