Skip to content

Commit

Permalink
v0.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ceejbot committed Apr 7, 2024
1 parent 0e8486a commit 2253d0b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR)
endif()

set(NAME "SoulsyHUD")
set(VERSION 0.16.8.0)
set(VERSION 0.16.9.0)

project(
${NAME}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "soulsy"
readme = "README.md"
rust-version = "1.71.1"
version = "0.16.8"
version = "0.16.9"

[lib]
crate-type = ["staticlib"]
Expand Down
Binary file modified installer/fomod/info.xml
Binary file not shown.
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soulsyhud",
"version-string": "0.16.8",
"version-string": "0.16.9",
"description": "hotkey and hud for Skyrim AE",
"homepage": "https://github.com/ceejbot/soulsy",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 2253d0b

Please sign in to comment.