From 4a1b1f5356691dda2e5816b0d87012d1eb7a08cc Mon Sep 17 00:00:00 2001 From: Arkadii Hlushchevskyi Date: Wed, 17 Apr 2024 22:10:10 +0300 Subject: [PATCH] Set version. --- SPID/CMakeLists.txt | 2 +- SPID/vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SPID/CMakeLists.txt b/SPID/CMakeLists.txt index 41664e7..2cca189 100644 --- a/SPID/CMakeLists.txt +++ b/SPID/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) set(NAME "po3_SpellPerkItemDistributor" CACHE STRING "") -set(VERSION 7.1.0 CACHE STRING "") +set(VERSION 7.1.2 CACHE STRING "") set(AE_VERSION 1) set(VR_VERSION 1) diff --git a/SPID/vcpkg.json b/SPID/vcpkg.json index dc9193c..af711b7 100644 --- a/SPID/vcpkg.json +++ b/SPID/vcpkg.json @@ -1,6 +1,6 @@ { "name": "spid", - "version-string": "7.1.0", + "version-string": "7.1.2", "description": "Spell Perk Item Distributor", "homepage": "https://github.com/powerof3/Spell-Perk-Item-Distributor", "license": "MIT",