From 408f8616681b8f7e60cc60b1685f1805be1cfcd9 Mon Sep 17 00:00:00 2001 From: mlthelama <47679057+mlthelama@users.noreply.github.com> Date: Sat, 14 Jan 2023 18:36:40 +0100 Subject: [PATCH] version up --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cc8ce0..9da6bee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20) set(NAME "LamasTinyHUD" CACHE STRING "") -set(VERSION 1.0.2.0 CACHE STRING "") +set(VERSION 1.0.3.0 CACHE STRING "") # ---- Options ---- diff --git a/vcpkg.json b/vcpkg.json index 84239cb..19f06e6 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "lamastinyhud", - "version-string": "1.0.2", + "version-string": "1.0.3", "description": "hud element for skyrim", "homepage": "https://github.com/mlthelama/LamasTinyHUD", "license": "GPL-2.0-or-later",