Skip to content

Commit

Permalink
update module.json for 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zarmstrong committed Jan 29, 2023
2 parents 881c14b + 3588071 commit df85f23
Show file tree
Hide file tree
Showing 4 changed files with 2,282 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.1 (Jan 29, 2023)

* fix a bad merge to make this thing work :)

## 0.10.0 (Jan 28, 2023)

* updates for v10 (thanks @anthonyhuber57)
Expand Down
22 changes: 10 additions & 12 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "pathbuilder2e-import",
"id": "pathbuilder2e-import",
"title": "Pathbuilder 2e Import",
"description": "This module allows players and GMs to import player characters built in Pathbuilder 2e. NOT COMPATABLE WITH FOUNDRY v9",
"description": "This module allows players and GMs to import player characters built in Pathbuilder 2e.",
"author": "slate",
"version": "0.10.0",
"compatibility": {
"version": "0.10.1",
"compatibility": {
"minimum": "10.286",
"verified": "10.286",
"maximum": "10"
},
"authors": [
"authors": [
{
"name": "Zach Armstrong (SLATE)",
"url": "https://github.com/zarmstrong",
Expand All @@ -23,10 +23,8 @@
}
],
"compatibleCoreVersion": "10",
"esmodules": [
"pathbuilder-import-min.js"
],
"relationship": {
"esmodules": ["pathbuilder-import-min.js"],
"relationship": {
"systems": [
{
"id": "pf2e",
Expand All @@ -44,11 +42,11 @@
"license": "MIT",
"url": "https://github.com/zarmstrong/foundry-pathbuilder2e-import",
"manifest": "https://raw.githubusercontent.com/zarmstrong/foundry-pathbuilder2e-import/master/module.json",
"download": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/releases/download/foundry-pathbuilder2e-import-0.10.0/foundry-pathbuilder2e-import-0.10.0.zip",
"download": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/releases/download/foundry-pathbuilder2e-import-0.10.1/foundry-pathbuilder2e-import-0.10.1.zip",
"changelog": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/blob/master/CHANGELOG.md",
"bugs": "https://github.com/zarmstrong/herovau.lt-foundry/issues",
"flags": {
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
},
}
}
}
69 changes: 68 additions & 1 deletion pathbuilder-import-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit df85f23

Please sign in to comment.