Skip to content

Commit

Permalink
build: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-shobon committed Aug 16, 2021
1 parent 10f3821 commit 26bb0be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 = "slide-puzzle-generator"
version = "0.1.1"
version = "0.1.2"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

```
$ spg --help
Shuffle Puzzle Generator 1.0
Shuntaro Nishizawa <[email protected]>
spg 0.1.2
Generate shuffle puzzle problem
USAGE:
slide-puzzle-generator [OPTIONS] <source_name> <problem_name>
spg [OPTIONS] <source_name> <problem_name>
FLAGS:
-h, --help Prints help information
Expand Down

0 comments on commit 26bb0be

Please sign in to comment.