From 25a47f8102bca361656c7090f67aee2a37cfaeab Mon Sep 17 00:00:00 2001 From: arabian Date: Fri, 21 Mar 2025 19:57:44 +0300 Subject: [PATCH] version 0.1.4 -> 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 003807b..e39e264 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "build_msp" -version = "0.1.4" +version = "0.1.5" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 61ad641..afc7134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "build_msp" -version = "0.1.4" +version = "0.1.5" edition = "2024" authors = ["arabian"] description = "A tool that helps to build .msp file mod"