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.lock b/Cargo.lock index 48c5957f..42c9752d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,7 +829,7 @@ checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" [[package]] name = "soulsy" -version = "0.16.5" +version = "0.16.6" dependencies = [ "bincode", "chardet", 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"] diff --git a/installer/fomod/info.xml b/installer/fomod/info.xml index e2edc8d3..b8d2c020 100644 Binary files a/installer/fomod/info.xml and b/installer/fomod/info.xml differ diff --git a/vcpkg.json b/vcpkg.json index b73f4ced..2ae7d5b2 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "soulsyhud", - "version-string": "0.16.5", + "version-string": "0.16.6", "description": "hotkey and hud for Skyrim AE", "homepage": "https://github.com/ceejbot/soulsy", "license": "GPL-2.0-or-later",