Skip to content

Commit

Permalink
v11 test build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Posney committed Nov 30, 2023
1 parent 7cb0d58 commit 2de0488
Show file tree
Hide file tree
Showing 19 changed files with 10,441 additions and 30 deletions.
2 changes: 1 addition & 1 deletion foundryconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dataPath": "/absolute/path/to/your/FoundryVTT/Data",
"dataPath": "~timp/foundry-data/foundryv10/data/moudles/trigger-happy",
"repository": "",
"rawURL": ""
}
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "trigger-happy",
"title": "Trigger Happy",
"description": "Automate everything in your world by creating triggers for your players to spring traps or anything you can think of!",
"version": "0.10.01",
"version": "0.11.01",
"authors": [{"name": "KaKaRoTo"},{"name": "tposney"}, {"name": "p4535992"}],
"type": "module",
"socket": true,
Expand Down Expand Up @@ -58,15 +58,15 @@
"name": "trigger-happy-actors",
"label": "Trigger Actors",
"path": "packs/trigger-happy-actors.db",
"entity": "Actor",
"type": "Actor",
"package": "trigger-happy",
"system": "dnd5e"
},
{
"name": "trigger-happy-journals",
"label": "Trigger Happy Examples",
"path": "packs/trigger-happy-journal.db",
"entity": "JournalEntry",
"type": "JournalEntry",
"package": "trigger-happy"
}
],
Expand All @@ -77,8 +77,8 @@
"changelog": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/blob/v0.8.39/changelog.md",
"bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/issues",
"compatibility": {
"minimumCoreVersion": 10,
"compatibleCoreVersion": 10
"minimumCoreVersion": 11,
"compatibleCoreVersion": 11.315
},
"allowBugReporter": true,
"manifestPlusVersion": "1.2.0",
Expand Down
Loading

0 comments on commit 2de0488

Please sign in to comment.