Skip to content

Commit 5ded226

Browse files
authored
Update module.json
Update module.json
1 parent f14b43e commit 5ded226

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

module.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
"title": "PF2e Exploration Activities",
44
"description": "Exploration Activity Macro",
55
"author": "IcyLemon",
6-
"version": "1.0.1",
7-
"minimumCoreVersion": "0.8.0",
8-
"compatibleCoreVersion": "9",
6+
"version": "1.1.0",
7+
"compatibility": {
8+
"minimum": "10",
9+
"verified": "10.290",
10+
"maximum": "10"
11+
},
912
"esmodules": [
1013
"scripts/init.js",
1114
"scripts/scripts.js"
@@ -21,5 +24,5 @@
2124
"socket": true,
2225
"url": "https://github.com/IcyLemonZ/pf2e-exploration-activities",
2326
"manifest": "https://raw.githubusercontent.com/IcyLemonZ/pf2e-exploration-activities/main/module.json",
24-
"download": "https://github.com/IcyLemonZ/pf2e-exploration-activities/archive/refs/tags/v1.0.1.zip"
27+
"download": "https://github.com/IcyLemonZ/pf2e-exploration-activities/archive/refs/tags/v1.1.0.zip"
2528
}

0 commit comments

Comments
 (0)