From e696ab60b516df0bbc25449569b25a74042425d0 Mon Sep 17 00:00:00 2001 From: arabian Date: Tue, 18 Mar 2025 23:18:25 +0300 Subject: [PATCH] update version to 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb095e3..003807b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "build_msp" -version = "0.1.3" +version = "0.1.4" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 85351dc..61ad641 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "build_msp" -version = "0.1.3" +version = "0.1.4" edition = "2024" authors = ["arabian"] description = "A tool that helps to build .msp file mod"