diff --git a/CMakeLists.txt b/CMakeLists.txt index 402283c1..784d96b1 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.13.5.0) +set(VERSION 0.13.6.0) project( ${NAME} diff --git a/Cargo.toml b/Cargo.toml index 1a10e826..db3333f6 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.13.5" +version = "0.13.6" edition = "2021" authors = ["C J Silverio "] license = "GPL-3.0"