From 3ae2f094ec4e2d6f2ab7d2f39d04e80ce3513258 Mon Sep 17 00:00:00 2001 From: powerof3 Date: Wed, 16 Oct 2024 16:26:40 +0530 Subject: [PATCH] Version bump --- .github/workflows/main.yml | 6 +++++- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a0e1d47..9b11190 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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' diff --git a/CMakeLists.txt b/CMakeLists.txt index 248f84a..6454f9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ---- diff --git a/vcpkg.json b/vcpkg.json index 495a7d8..442c5ee 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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",