From 829523510b00838fcf92af436b5131950bb56bb1 Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Fri, 12 Jan 2024 18:27:38 -0800 Subject: [PATCH] v0.16.3 --- CMakeLists.txt | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9ca1380..86eb1f06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ if(PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR) endif() set(NAME "SoulsyHUD") -set(VERSION 0.16.2.0) +set(VERSION 0.16.3.0) project( ${NAME} diff --git a/Cargo.lock b/Cargo.lock index 814c6273..18c91019 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,7 +777,7 @@ checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" [[package]] name = "soulsy" -version = "0.16.2" +version = "0.16.3" dependencies = [ "bincode", "chardet", diff --git a/Cargo.toml b/Cargo.toml index 117c60b0..cb76af8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "soulsy" readme = "README.md" rust-version = "1.71.1" -version = "0.16.2" +version = "0.16.3" [lib] crate-type = ["staticlib"]