Skip to content

Commit

Permalink
feat: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-shobon committed Aug 16, 2021
1 parent ced4f99 commit 6ab99e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0"
version = "0.1.1"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::io::BufWriter;

fn main() -> Result<(), Box<dyn std::error::Error>> {
let matches = App::new("Shuffle Puzzle Generator")
.version("1.0")
.version("0.1.1")
.author("Shuntaro Nishizawa <[email protected]>")
.about("Generate shuffle puzzle problem")
.arg(
Expand Down

0 comments on commit 6ab99e9

Please sign in to comment.