diff options
author | NerdyPepper <[email protected]> | 2019-03-29 14:44:25 +0000 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-03-29 14:44:25 +0000 |
commit | 028396f536141fa03623265e14a36e3d8eef5e90 (patch) | |
tree | 25a0f332d3264e442c84717b19da9fbee87f7aa0 /Cargo.toml | |
parent | 89c3377d06297fdbca376f2d03e53c4af0d6709c (diff) |
bump version to 0.2.1v0.2.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "eva" | 2 | name = "eva" |
3 | version = "0.2.0" | 3 | version = "0.2.1" |
4 | authors = ["NerdyPepper <[email protected]>"] | 4 | authors = ["NerdyPepper <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | description = "Calculator REPL similar to bc(1)" | 6 | description = "Calculator REPL similar to bc(1)" |