From 881792a63a2b52c23a2090dda53ab891a952d2b4 Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Tue, 23 Jan 2024 10:39:46 -0800 Subject: [PATCH] v0.16.5 --- CMakeLists.txt | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91b99919..125c4be8 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.4.0) +set(VERSION 0.16.5.0) project( ${NAME} diff --git a/Cargo.toml b/Cargo.toml index d725e75e..2ec35cb4 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.4" +version = "0.16.5" [lib] crate-type = ["staticlib"]