From d3124c776b3848a31d78ed5b768d076f62b0a340 Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Wed, 20 Dec 2023 13:36:59 -0800 Subject: [PATCH] v0.14.0 --- CMakeLists.txt | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbc2fa78..254ba072 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.13.7.0) +set(VERSION 0.14.0.0) project( ${NAME} diff --git a/Cargo.toml b/Cargo.toml index a38b3fbb..ee402555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "]