Skip to content

Commit

Permalink
update version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tung committed Jul 1, 2022
1 parent 634fe27 commit 9f7ffd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "ruggrogue"
version = "1.0.0"
version = "1.0.1"
authors = ["Tung Nguyen <tungtn3@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/modes/title.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const SOURCE_GRID: usize = 2;
const MENU_GRID: usize = 3;

const SOURCE_STR: &str = "tung.github.io/ruggrogue/";
const VERSION_STR: &str = "v1.0.0";
const VERSION_STR: &str = "v1.0.1";
const LOGO_STR: &str = "░░░░░░ ░░ ░░ ░░░░ ░░░░
▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒
▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓
Expand Down

0 comments on commit 9f7ffd5

Please sign in to comment.