Skip to content

Commit

Permalink
Version bump and increase verified Foundry version to 12.331
Browse files Browse the repository at this point in the history
  • Loading branch information
Veilza committed Sep 26, 2024
1 parent 4c01489 commit d112748
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
publish-release:
name: Publish release to Foundry
runs-on: ubuntu-latest

steps:
- name: POST release
id: myRequest
Expand All @@ -21,7 +21,7 @@ jobs:
url: 'https://api.foundryvtt.com/_api/packages/release_version/'
method: 'POST'
customHeaders: '{"Authorization": "${{ secrets.FOUNDRY_API_TOKEN }}"}'
data:
data:
'{
"id": "vtm5e",
"release": {
Expand All @@ -30,7 +30,7 @@ jobs:
"notes": "https://github.com/WoD5E-Developers/wod5e/releases/tag/${{ github.event.release.tag_name }}",
"compatibility": {
"minimum": "12",
"verified": "12.330",
"verified": "12.331",
"maximum": ""
}
}
Expand Down
8 changes: 4 additions & 4 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"id": "vtm5e",
"title": "World of Darkness 5e",
"description": "World of Darkness 5e system for Foundry VTT",
"version": "5.0.0-prerelease3.4",
"version": "5.0.0-prerelease3.5",
"compatibility": {
"minimum": "12",
"verified": "12.330",
"verified": "12.331",
"maximum": ""
},
"authors": [
Expand Down Expand Up @@ -252,8 +252,8 @@
"url": "https://github.com/WoD5E-Developers/wod5e",
"bugs": "https://github.com/WoD5E-Developers/wod5e/issues",
"background": "systems/vtm5e/assets/images/wodcity.jpg",
"manifest": "https://github.com/WoD5E-Developers/wod5e/releases/download/5.0.0-prerelease3.4/system.json",
"download": "https://github.com/WoD5E-Developers/wod5e/releases/download/5.0.0-prerelease3.4/vtm5e.zip",
"manifest": "https://github.com/WoD5E-Developers/wod5e/releases/download/5.0.0-prerelease3.5/system.json",
"download": "https://github.com/WoD5E-Developers/wod5e/releases/download/5.0.0-prerelease3.5/vtm5e.zip",
"flags": {
"hotReload": {
"extensions": [
Expand Down

0 comments on commit d112748

Please sign in to comment.