diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df2ba00..ad5beb5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,4 +30,4 @@ jobs: PUBLISH_MOD_CHANGELOG_FILE: "FOMOD/changelog.txt" PUBLISH_MOD_DESCRIPTION_FILE: "FOMOD/description.txt" PUBLISH_ARCHIVE_TYPE: '7z' - VCPKG_COMMIT_ID: '0e47c1985273129e4d0ee52ff73bed9125555de8' + VCPKG_COMMIT_ID: '53bef8994c541b6561884a8395ea35715ece75db' diff --git a/SPID/CMakeLists.txt b/SPID/CMakeLists.txt index 36ff134..5803f1f 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.7.6 CACHE STRING "") +set(VERSION 6.8.0 CACHE STRING "") set(AE_VERSION 1) set(VR_VERSION 1) diff --git a/SPID/vcpkg.json b/SPID/vcpkg.json index 777ffb4..6b4f257 100644 --- a/SPID/vcpkg.json +++ b/SPID/vcpkg.json @@ -1,6 +1,6 @@ { "name": "spid", - "version-string": "6.7.6", + "version-string": "6.8.0", "description": "Spell Perk Item Distributor", "homepage": "https://github.com/powerof3/Spell-Perk-Item-Distributor", "license": "MIT", diff --git a/vcpkg.json b/vcpkg.json index 30041ac..b483153 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,6 @@ "name": "spid-common", "version-string": "1", "dependencies": [ - "boost-stl-interfaces", "clib-util", "mergemapper", "rsm-binary-io",