From fd7d6e156a90c8abc1ca6f89cdffc789d47dc911 Mon Sep 17 00:00:00 2001 From: powerof3 Date: Fri, 18 Oct 2024 16:43:27 +0530 Subject: [PATCH] Version bump --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0e11d3..eb4b2ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) set(NAME "po3_Tweaks" CACHE STRING "") -set(VERSION 1.11.0 CACHE STRING "") +set(VERSION 1.12.0 CACHE STRING "") set(AE_VERSION 1) set(VR_VERSION 1) diff --git a/vcpkg.json b/vcpkg.json index cc9649f..8eb663d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "po3tweaks", - "version-string": "1.11.0", + "version-string": "1.12.0", "description": "Collection of bug fixes and tweaks for Skyrim SE/AE/VR", "homepage": "https://github.com/powerof3/po3-Tweaks/", "license": "MIT",