diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ac3984..20bec51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.25) set(NAME "SkyrimCharacterSheet") -set(VERSION 1.1.3.0) +set(VERSION 1.1.4.0) # ---- Options ---- diff --git a/vcpkg.json b/vcpkg.json index bb50bb2..dfcb04d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "skyrimcharactersheet", - "version-string": "1.1.3.0", + "version-string": "1.1.4.0", "description": "An info page", "homepage": "https://github.com/mlthelama/SkyrimCharacterSheet", "license": "GPL-2.0-or-later",