diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f984b3..a78ef1d 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.9.0) +set(VERSION 0.16.10.0) project( ${NAME} diff --git a/Cargo.lock b/Cargo.lock index 55baa04..b125b89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -819,7 +819,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "soulsy" -version = "0.16.9" +version = "0.16.10" dependencies = [ "bincode", "chardet", diff --git a/Cargo.toml b/Cargo.toml index 171ba59..783fe70 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.9" +version = "0.16.10" [lib] crate-type = ["staticlib"] diff --git a/installer/fomod/info.xml b/installer/fomod/info.xml index bb50bf3..0d9e7c7 100644 Binary files a/installer/fomod/info.xml and b/installer/fomod/info.xml differ diff --git a/vcpkg.json b/vcpkg.json index 972b76c..9bfa361 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "soulsyhud", - "version-string": "0.16.9", + "version-string": "0.16.10", "description": "hotkey and hud for Skyrim AE", "homepage": "https://github.com/ceejbot/soulsy", "license": "GPL-2.0-or-later",