Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hohav committed Oct 11, 2021
1 parent ce5e529 commit 8d5d03e
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 = "peppi-slp"
version = "0.2.0"
version = "0.2.1"
authors = ["melkor <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fn inspect<R: Read>(mut buf: R, opts: &Opts) -> Result<(), Box<dyn Error>> {

fn parse_opts() -> Opts {
let matches = App::new("slp")
.version("0.2")
.version("0.2.1")
.author("melkor <[email protected]>")
.about("Inspector for Slippi SSBM replay files")
.arg(Arg::with_name("outfile")
Expand Down

0 comments on commit 8d5d03e

Please sign in to comment.