From a5dd24694299b85bb90349948c0d719e2cd88f72 Mon Sep 17 00:00:00 2001 From: Ricky12Awesome Date: Fri, 15 Apr 2022 05:47:42 -0500 Subject: [PATCH] v1.2.1 - Fixed file names for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b8b088..4e04bf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,7 @@ dependencies = [ [[package]] name = "packwiz-modlist" -version = "1.2.0" +version = "1.2.1" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 37ad921..32f0fcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "packwiz-modlist" description = "Creates a modlist from packwiz" authors = ["Ricky12Awesome"] -version = "1.2.0" +version = "1.2.1" edition = "2021" license = "Apache-2.0" readme = "README.md"