Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ceejbot committed Dec 20, 2023
1 parent 3a65abb commit d3124c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.13.7.0)
set(VERSION 0.14.0.0)

project(
${NAME}
Expand Down
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.13.7"
version = "0.14.0"
edition = "2021"
rust-version = "1.71.1"
authors = ["C J Silverio <[email protected]>"]
Expand Down

0 comments on commit d3124c7

Please sign in to comment.