Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Sep 8, 2021
1 parent 207425e commit 655bcf8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

## [1.0.0](https://github.com/facundoolano/rpg-cli/releases/tag/1.0.0) - 2021-09-07
### Fixed
* Don't reward items, gold or xp for cheap victories 6dc970a

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpg-cli"
version = "1.0.0-beta"
version = "1.0.0"
authors = ["facundo <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Just download the binary for your platform (linux/macOS/windows) from the [GitHu
### Using Cargo
Assuming you have [Rust and Cargo installed](https://doc.rust-lang.org/cargo/getting-started/installation.html#install-rust-and-cargo):

$ cargo install --git https://github.com/facundoolano/rpg-cli --force --tag 1.0.0-beta
$ cargo install --git https://github.com/facundoolano/rpg-cli --force --tag 1.0.0

The binary should be available as `rpg-cli` (assuming you have `~/.cargo/bin` in your `$PATH`).

Expand Down

0 comments on commit 655bcf8

Please sign in to comment.