Skip to content

Commit

Permalink
Updated module.json with v9 compatability and 1.0.1 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
IcyLemonZ committed Dec 23, 2021
1 parent 37798d5 commit d76fd91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"title": "PF2e Exploration Activities",
"description": "Exploration Activity Macro",
"author": "IcyLemon",
"version": "1.0.0",
"version": "1.0.1",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.8",
"compatibleCoreVersion": "9",
"esmodules": [
"scripts/init.js",
"scripts/scripts.js"
Expand All @@ -21,5 +21,5 @@
"socket": true,
"url": "https://github.com/IcyLemonZ/pf2e-exploration-activities",
"manifest": "https://raw.githubusercontent.com/IcyLemonZ/pf2e-exploration-activities/main/module.json",
"download": "https://github.com/IcyLemonZ/pf2e-exploration-activities/archive/refs/tags/v1.0.0.zip"
"download": "https://github.com/IcyLemonZ/pf2e-exploration-activities/archive/refs/tags/v1.0.1.zip"
}

0 comments on commit d76fd91

Please sign in to comment.