-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previous release had a re-tag which caused a confusion, creating a new release to resolve it.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "eva" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
authors = ["NerdyPepper <[email protected]>"] | ||
edition = "2021" | ||
description = "Calculator REPL similar to bc(1)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ $ cargo run | |
### usage | ||
|
||
```shell | ||
eva 0.3.0 | ||
eva 0.3.1 | ||
NerdyPepper <[email protected]> | ||
Calculator REPL similar to bc(1) | ||
|
||
|