Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Oct 16, 2024
1 parent 83be50e commit 3ae2f09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
run:
uses: adya/pack-skse-mod/.github/workflows/pack.yml@main
with:
AE_353_BRANCH: master-1.6.353
FOMOD_INCLUDE_PDB: true
FOMOD_MOD_NAME: "Simple Activate SKSE"
FOMOD_MOD_AUTHOR: "powerofthree"
FOMOD_MOD_NEXUS_ID: "56767"
FOMOD_SE_MIN_GAME_VERSION: '1.5'
FOMOD_AE_NAME: 'SSE v1.6+ ("Anniversary Edition")'
FOMOD_AE_DESCR: 'Select this if you are using Skyrim Anniversary Edition v1.6.640 or higher.'
FOMOD_AE_MIN_GAME_VERSION: '1.6'
FOMOD_REQUIRED_INSTALLATION_DIR: "Skyrim/Data"
PUBLISH_ARCHIVE_TYPE: '7z'
VCPKG_COMMIT_ID: '9b44f143bd2d68a21e99301778d15b0eb4629235'
2 changes: 1 addition & 1 deletion 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_SimpleActivateSKSE" CACHE STRING "")
set(VERSION 1.4.1 CACHE STRING "")
set(VERSION 1.4.2 CACHE STRING "")
set(AE_VERSION 1)

# ---- Options ----
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simpleactivateskse",
"version-string": "1.4.1",
"version-string": "1.4.2",
"description": "SKSE plugin that streamlines activate prompts",
"homepage": "",
"license": "MIT",
Expand Down

0 comments on commit 3ae2f09

Please sign in to comment.