diff --git a/CMakeLists.txt b/CMakeLists.txt index a78b4988..b85e5fa1 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.9.5.2) +set(VERSION 0.9.6.2) project( ${NAME} diff --git a/Cargo.toml b/Cargo.toml index 01fb071e..71981771 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "soulsy" description = "A minimal Souls-like HUD for Skyrim AE. SKSE plugin." -version = "0.9.5" +version = "0.9.6" edition = "2021" authors = ["C J Silverio "] license = "GPL-3.0"