From 5dbd507129e8b1632b458674cdf4299ae0f38023 Mon Sep 17 00:00:00 2001 From: powerof3 <32599957+powerof3@users.noreply.github.com> Date: Thu, 30 Nov 2023 14:59:05 +0530 Subject: [PATCH] bump 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 5ba385f..4ef91bb 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.6.3 CACHE STRING "") +set(VERSION 6.7.0 CACHE STRING "") set(AE_VERSION 1) set(VR_VERSION 1) diff --git a/SPID/vcpkg.json b/SPID/vcpkg.json index 71a1fe4..7f4403b 100644 --- a/SPID/vcpkg.json +++ b/SPID/vcpkg.json @@ -1,6 +1,6 @@ { "name": "spid", - "version-string": "6.6.3", + "version-string": "6.7.0", "description": "Spell Perk Item Distributor", "homepage": "https://github.com/powerof3/Spell-Perk-Item-Distributor", "license": "MIT",