From 59e95ae84fb991b446ef5d236b7eb26f79df58fe Mon Sep 17 00:00:00 2001 From: Eddio0141 Date: Fri, 24 Feb 2023 03:50:25 +0000 Subject: [PATCH] bumped version --- unitas_setup_tool/Cargo.lock | 2 +- unitas_setup_tool/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unitas_setup_tool/Cargo.lock b/unitas_setup_tool/Cargo.lock index e378af0a6..68f12ee9a 100644 --- a/unitas_setup_tool/Cargo.lock +++ b/unitas_setup_tool/Cargo.lock @@ -1376,7 +1376,7 @@ dependencies = [ [[package]] name = "unitas_setup_tool" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "clap", diff --git a/unitas_setup_tool/Cargo.toml b/unitas_setup_tool/Cargo.toml index 0e9e102ee..581586c7a 100644 --- a/unitas_setup_tool/Cargo.toml +++ b/unitas_setup_tool/Cargo.toml @@ -4,7 +4,7 @@ description = "A tool to set up UniTAS for some unity games" edition = "2021" name = "unitas_setup_tool" publish = false -version = "1.1.0" +version = "1.1.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html