Skip to content

Commit

Permalink
v0.14.1
Browse files Browse the repository at this point in the history
ceejbot committed Dec 21, 2023
1 parent f7b22df commit 977be45
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ if(PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR)
endif()

set(NAME "SoulsyHUD")
set(VERSION 0.14.0.0)
set(VERSION 0.14.1.0)

project(
${NAME}
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
@@ -1,7 +1,7 @@
[package]
name = "soulsy"
description = "A minimal Souls-like HUD & hotkeys mod for Skyrim AE. SKSE plugin."
version = "0.14.0"
version = "0.14.1"
edition = "2021"
rust-version = "1.71.1"
authors = ["C J Silverio <ceejceej@gmail.com>"]

0 comments on commit 977be45

Please sign in to comment.