Skip to content

Commit 91e07df

Browse files
committed
v0.2.3 release
1 parent 989cfa7 commit 91e07df

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

mythic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ Hooks.once("ready", function () {
176176
if (game.user.isGM) {
177177
const current = game.settings.get("mythic", "systemMigrationVersion");
178178

179-
migrateCauterize();
180179
if (!current) {
181-
if (isNewerVersion("0.01", current)) migrateWorld();
180+
if (isNewerVersion("0.01", current)) migrateWorld();
182181
if (isNewerVersion("0.2.1", current)) migrateV2_1();
182+
if (isNewerVersion("0.2.2", current)) migrateCauterize();
183183
}
184184
}
185185

system.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mythic",
33
"title": "Mythic 5.0",
44
"description": "An unofficial system implementation for playing the fan-made Halo: Mythic game on Foundry Virtual Tabletop.",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"author": "Tyler Baum",
77
"authors": [
88
{
@@ -26,8 +26,11 @@
2626
"gridUnits": "m",
2727
"primaryTokenAttribute": "wounds",
2828
"secondaryTokenAttribute": null,
29-
"minimumCoreVersion": "0.8.7",
30-
"compatibleCoreVersion": "9.269",
29+
"compatibility": {
30+
"minimum": 9,
31+
"verified": 9,
32+
"maximum": 10
33+
},
3134
"url": "https://github.com/AugmenTab/mythic",
3235
"manifest": "https://raw.githubusercontent.com/AugmenTab/mythic/main/system.json",
3336
"download": "https://github.com/AugmenTab/mythic/releases/latest/download/mythic.zip",

0 commit comments

Comments
 (0)