From 54df3e1fc3e95fc502f885b2eb8becd744232d47 Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Tue, 28 Nov 2023 18:50:30 -0800 Subject: [PATCH] v0.13.1 --- CMakeLists.txt | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f5b1c41..23a07475 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.0.0) +set(VERSION 0.13.1.0) project( ${NAME} diff --git a/Cargo.toml b/Cargo.toml index 77cfff44..5b547e74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "soulsy" description = "A minimal Souls-like HUD for Skyrim AE. SKSE plugin." -version = "0.13.0" +version = "0.13.1" edition = "2021" authors = ["C J Silverio "] license = "GPL-3.0"