Skip to content

Commit

Permalink
Merge pull request #52 from stayintarkov/bump/1.6.5
Browse files Browse the repository at this point in the history
bump to 1.6.5 and ~3.8
  • Loading branch information
paulov-t committed May 9, 2024
2 parents 3cc711f + 62b2586 commit e7f87ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: build
shell: pwsh
run: |
./package_release_with_server.ps1 -Overwrite -Branch "master" -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit e7f87ca

Please sign in to comment.