Skip to content

Commit

Permalink
update module.json for 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zarmstrong committed Jan 29, 2023
1 parent df85f23 commit 3f9f35c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.2 (Jan 29, 2023)

* small change to module.json

## 0.10.1 (Jan 29, 2023)

* fix a bad merge to make this thing work :)
Expand Down
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"title": "Pathbuilder 2e Import",
"description": "This module allows players and GMs to import player characters built in Pathbuilder 2e.",
"author": "slate",
"version": "0.10.1",
"version": "0.10.2",
"compatibility": {
"minimum": "10.286",
"verified": "10.286",
"maximum": "10"
"minimum": 10,
"verified": "10.291",
"maximum": 10
},
"authors": [
{
Expand Down Expand Up @@ -42,7 +42,7 @@
"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.1/foundry-pathbuilder2e-import-0.10.1.zip",
"download": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/releases/download/foundry-pathbuilder2e-import-0.10.2/foundry-pathbuilder2e-import-0.10.2.zip",
"changelog": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/blob/master/CHANGELOG.md",
"bugs": "https://github.com/zarmstrong/herovau.lt-foundry/issues",
"flags": {
Expand Down
2 changes: 1 addition & 1 deletion pathbuilder-import-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pathbuilder-import.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var fbpiDebug = false;
const fpbi = "0.10.1";
const fpbi = "0.10.2";
const reportDomain = "https://www.pf2player.com/";

const pbcolor1 = "color: #7bf542"; //bright green
Expand Down

0 comments on commit 3f9f35c

Please sign in to comment.