diff --git a/CMakeLists.txt b/CMakeLists.txt index 353bfbea..342f8e38 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.7.0) +set(VERSION 0.16.8.0) project( ${NAME} diff --git a/Cargo.lock b/Cargo.lock index 225ca78c..7c79caf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,7 +829,7 @@ checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" [[package]] name = "soulsy" -version = "0.16.7" +version = "0.16.8" dependencies = [ "bincode", "chardet", diff --git a/Cargo.toml b/Cargo.toml index c43a4002..7b6065aa 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.7" +version = "0.16.8" [lib] crate-type = ["staticlib"] diff --git a/installer/fomod/info.xml b/installer/fomod/info.xml index e6cb5fdd..3db60e5d 100644 Binary files a/installer/fomod/info.xml and b/installer/fomod/info.xml differ diff --git a/vcpkg.json b/vcpkg.json index 0a75040e..8215a374 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "soulsyhud", - "version-string": "0.16.7", + "version-string": "0.16.8", "description": "hotkey and hud for Skyrim AE", "homepage": "https://github.com/ceejbot/soulsy", "license": "GPL-2.0-or-later",