From 784dbc531b8eb47c354007d069a4e58c31c84623 Mon Sep 17 00:00:00 2001 From: devbence <936368+devbence@users.noreply.github.com> Date: Tue, 7 May 2024 20:01:35 +0200 Subject: [PATCH 1/2] bump to 1.6.5 and ~3.8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 32fb109a..692d639e 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "sit-coop", - "version": "1.6.4", + "version": "1.6.5", "main": "src/StayInTarkovMod.js", "license": "MIT", "author": "Paulov and SIT Team", - "akiVersion": "~3.9", + "akiVersion": "~3.8", "engines": { "node": "20.11.1" }, From efbfd0d86fbc4532a4a4f35a29c490be650f1d56 Mon Sep 17 00:00:00 2001 From: devbence <936368+devbence@users.noreply.github.com> Date: Tue, 7 May 2024 21:00:24 +0200 Subject: [PATCH 2/2] aki master is 3.8.0ish.. use 3.8.1-DEV --- .github/workflows/Create-Release-with-SPT-AKI-Integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml b/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml index 3a2d00ce..89bf8ef3 100644 --- a/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml +++ b/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml @@ -29,7 +29,7 @@ jobs: id: build shell: pwsh run: | - ./package_release_with_server.ps1 -Overwrite -Branch "3.9.0-DEV" -SITCoopVer ${{ steps.read_package_json.outputs.version }} + ./package_release_with_server.ps1 -Overwrite -Branch "3.8.1-DEV" -SITCoopVer ${{ steps.read_package_json.outputs.version }} echo "ZIP_NAME=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^ZIP_NAME=").Value.Split('=')[1]" >> $GITHUB_ENV echo "COMMIT_SHORT=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^CommitShort=").Value.Split('=')[1]" >> $GITHUB_ENV echo "AKI_VERSION=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^AKI_VERSION=").Value.Split('=')[1]" >> $GITHUB_ENV