From b79bd86ca2cb16c1effebc807d6ea41bf2d16cfa Mon Sep 17 00:00:00 2001 From: powerof3 <32599957+powerof3@users.noreply.github.com> Date: Sat, 15 Oct 2022 18:17:58 +0530 Subject: [PATCH] Increment 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 3fc19d7..3630fdb 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 6.0.0 CACHE STRING "") +set(VERSION 6.0.1 CACHE STRING "") set(AE_VERSION 1) # ---- Options ---- diff --git a/SPID/vcpkg.json b/SPID/vcpkg.json index 88750ca..8155f88 100644 --- a/SPID/vcpkg.json +++ b/SPID/vcpkg.json @@ -1,6 +1,6 @@ { "name": "spid", - "version-string": "6.0.0", + "version-string": "6.0.1", "description": "Spell Perk Item Distributor", "homepage": "https://github.com/powerof3/Spell-Perk-Item-Distributor", "license": "MIT",