Skip to content

Commit

Permalink
bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panzi committed Jul 12, 2021
1 parent d1389df commit 07bb453
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 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 = "u4pak"
version = "1.2.1"
version = "1.3.0"
authors = ["Mathias Panzenböck <grosser.meister.morti@gmx.net>"]
edition = "2018"
license-file = "LICENSE.txt"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ fn make_app<'a, 'b>() -> App<'a, 'b> {
\n\
Homepage: https://github.com/panzi/rust-u4pak\n\
Report issues to: https://github.com/panzi/rust-u4pak/issues")
.version("1.2.1")
.version("1.3.0")
.global_setting(AppSettings::VersionlessSubcommands)
.author("Mathias Panzenböck <grosser.meister.morti@gmx.net>");

Expand Down

0 comments on commit 07bb453

Please sign in to comment.