diff --git a/CMakeLists.txt b/CMakeLists.txt index d184b3b..8ba1e78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20) set(NAME "LamasTinyHUD") -set(VERSION 1.1.8.0) +set(VERSION 1.1.9.0) # ---- Options ---- diff --git a/vcpkg.json b/vcpkg.json index 3776ed2..7fb5fdf 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "lamastinyhud", - "version-string": "1.1.8", + "version-string": "1.1.9", "description": "hud element for skyrim", "homepage": "https://github.com/mlthelama/LamasTinyHUD", "license": "GPL-2.0-or-later",