diff --git a/Cargo.lock b/Cargo.lock index 1a881db..c8a8cfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "adler" version = "1.0.2" @@ -334,7 +336,7 @@ dependencies = [ [[package]] name = "u4pak" -version = "1.2.1" +version = "1.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index f95e40f..4940d28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "u4pak" -version = "1.2.1" +version = "1.3.0" authors = ["Mathias Panzenböck "] edition = "2018" license-file = "LICENSE.txt" diff --git a/src/main.rs b/src/main.rs index 9b6cf38..eaf46a5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 ");