Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Jan 15, 2024
1 parent 8349e70 commit 40c9c6b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion SPID/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion SPID/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "spid-common",
"version-string": "1",
"dependencies": [
"boost-stl-interfaces",
"clib-util",
"mergemapper",
"rsm-binary-io",
Expand Down

0 comments on commit 40c9c6b

Please sign in to comment.