From 2c176b694993cf9125d5c5e168bc9605f3b4438a Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Sun, 7 Apr 2024 13:37:27 -0700 Subject: [PATCH] v0.16.10 --- CMakeLists.txt | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- installer/fomod/info.xml | Bin 1284 -> 1286 bytes vcpkg.json | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) 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 bb50bf38ef3328b3d27628850fc735969cdb5348..0d9e7c720b68d578cf28e5d763036cb74f73c9e9 100644 GIT binary patch delta 14 VcmZqSYU7$Pi`kIDVB_pe762hq1ZDsL delta 12 TcmZqUYT=qNi_vo9+)Ne#8;%4% 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",