Skip to content

Commit a569602

Browse files
committed
Bump version
1 parent 09b3081 commit a569602

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
FOMOD_AE_DESCR: 'Select this if you are using Skyrim Anniversary Edition v1.6.1130 or higher (latest update).'
3131
FOMOD_AE_MIN_GAME_VERSION: '1.6.1130.0'
3232
PUBLISH_ARCHIVE_TYPE: '7z'
33-
VCPKG_COMMIT_ID: '47bf3d1ac192b3fa0feb6e6ac9c845de179eebe9'
33+
VCPKG_COMMIT_ID: 'b8ac6696e3af59f4f0666ab81a48ae589cde00a8'

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.20)
22
set(NAME "po3_BaseObjectSwapper" CACHE STRING "")
3-
set(VERSION 3.2.0 CACHE STRING "")
3+
set(VERSION 3.3.0 CACHE STRING "")
44
set(VR_VERSION 1)
55
set(AE_VERSION 1)
66

extern/CommonLibSSE

Submodule CommonLibSSE updated 244 files

vcpkg.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "base-object-swapper",
3-
"version-string": "3.2.0",
3+
"version-string": "3.3.0",
44
"description": "Base Object Swapper",
55
"homepage": "",
66
"license": "MIT",
@@ -12,5 +12,6 @@
1212
"spdlog",
1313
"unordered-dense",
1414
"xbyak"
15-
]
15+
],
16+
"builtin-baseline": "b8ac6696e3af59f4f0666ab81a48ae589cde00a8"
1617
}

0 commit comments

Comments
 (0)