Skip to content

Commit 417581b

Browse files
committed
Bump version numbers
1 parent 46334dc commit 417581b

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

cross-import-module/module.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
},
1111
"description": "A module with cross-package relative imports.",
1212
"download": "https://raw.githubusercontent.com/ForgeVTT/test-foundry-modules/main/cross-import-module/cross-import-module.zip",
13-
"esmodules": [
14-
"esmodule.js"
15-
],
13+
"esmodules": ["esmodule.js"],
1614
"id": "cross-import-module",
1715
"manifest": "https://raw.githubusercontent.com/ForgeVTT/test-foundry-modules/main/cross-import-module/module.json",
1816
"title": "Cross Import Module",
1917
"url": "https://github.com/ForgeVTT/test-foundry-modules",
20-
"version": "1.0.1"
18+
"version": "1.1.0"
2119
}

cross-import-system/system.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
},
1111
"description": "A system with cross-package relative imports.",
1212
"download": "https://raw.githubusercontent.com/ForgeVTT/test-foundry-modules/main/cross-import-system/cross-import-system.zip",
13-
"esmodules": [
14-
"esmodule.js"
15-
],
13+
"esmodules": ["esmodule.js"],
1614
"id": "cross-import-system",
1715
"manifest": "https://raw.githubusercontent.com/ForgeVTT/test-foundry-modules/main/cross-import-system/system.json",
1816
"relationships": {
@@ -29,5 +27,5 @@
2927
},
3028
"title": "Cross Import System",
3129
"url": "https://github.com/ForgeVTT/test-foundry-modules",
32-
"version": "1.0.1"
30+
"version": "1.1.0"
3331
}

0 commit comments

Comments
 (0)