diff --git a/Cargo.lock b/Cargo.lock index e31a297..6342bfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "build_msp" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index dca9a2a..664af46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "build_msp" -version = "0.1.0" +version = "0.1.1" edition = "2024" authors = ["arabian"] description = "A tool that helps to build .msp file mod"