diff --git a/CMakeLists.txt b/CMakeLists.txt index 03802cb3..c5e5dbfd 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.15.0.0) +set(VERSION 0.15.1.0) project( ${NAME} diff --git a/Cargo.toml b/Cargo.toml index 74555d16..f44afc3c 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.15.0" +version = "0.15.1" [lib] crate-type = ["staticlib"]