From 406ae0320b89cbc454d0515c8e3ee4266aa583e5 Mon Sep 17 00:00:00 2001 From: powerof3 <32599957+powerof3@users.noreply.github.com> Date: Wed, 14 Feb 2024 04:51:44 +0530 Subject: [PATCH] Version bump --- 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 985fa02..41435a7 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.8.2 CACHE STRING "") +set(VERSION 6.8.5 CACHE STRING "") set(AE_VERSION 1) set(VR_VERSION 1) diff --git a/SPID/vcpkg.json b/SPID/vcpkg.json index 3407870..409dd44 100644 --- a/SPID/vcpkg.json +++ b/SPID/vcpkg.json @@ -1,6 +1,6 @@ { "name": "spid", - "version-string": "6.8.2", + "version-string": "6.8.5", "description": "Spell Perk Item Distributor", "homepage": "https://github.com/powerof3/Spell-Perk-Item-Distributor", "license": "MIT",