diff --git a/CMakeLists.txt b/CMakeLists.txt index 125c4be8..545a8bef 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.5.0) +set(VERSION 0.16.6.0) project( ${NAME} diff --git a/Cargo.toml b/Cargo.toml index 2ec35cb4..ade47d64 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.5" +version = "0.16.6" [lib] crate-type = ["staticlib"]