Skip to content

Commit

Permalink
0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Feb 1, 2024
1 parent b525d8a commit 8434c2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
draft: false
prerelease: false
body: |
Update:
-Made CPR integration less bad
-Added logging to Opportunity Attack module functionality
Bugfix: cpr integration
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './module.zip, ./module.json'
tag: ${{ steps.get-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Gambit"
}
],
"version": "0.0.25",
"version": "0.0.26",
"compatibility": {
"minimum": "11",
"verified": "11",
Expand Down
1 change: 1 addition & 0 deletions scripts/module.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Hooks.once('init', () => {
registerSettings();
loadCompendiumData();
game.modules.get('gambits-premades').medkitApi = medkitApi;
});

Expand Down

0 comments on commit 8434c2b

Please sign in to comment.