Skip to content

Commit

Permalink
update package for 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarmstrong committed Mar 6, 2024
1 parent 7c33dd1 commit eae8b4b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.11.0 (Mar 6, 2024)

* Initial update for foundry vtt v11

## 0.10.7 (Sep 27, 2022)

* minor fix for bug introduced in 0.10.6
Expand Down
19 changes: 12 additions & 7 deletions herovault-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion herovault.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const hvDebug = { enabled: false };
const hvVer = "0.10.7";
const hvVer = "0.11.0";
let heroVaultURL = "https://herovau.lt";

const hvColor1 = "color: #7bf542"; //bright green
Expand Down
15 changes: 6 additions & 9 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,19 @@
"ko-fi": "SLATE"
}
],
"version": "0.10.7",
"version": "0.11.0",
"compatibility": {
"minimum": "10.286",
"verified": "10.286",
"maximum": "10"
},
"compatibleCoreVersion": "10",
"minimum": "11",
"verified": "11" },
"relationship": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.1.2",
"verified": "4.1.2"
"minimum": "5.2.0",
"verified": "5.3.2"
}
}
]
Expand All @@ -39,7 +36,7 @@
"packs": [],
"url": "https://github.com/zarmstrong/herovau.lt-foundry",
"manifest": "https://raw.githubusercontent.com/zarmstrong/herovau.lt-foundry/main/module.json",
"download": "https://github.com/zarmstrong/herovau.lt-foundry/releases/download/herovau.lt-foundry-0.10.7/herovau.lt-foundry-0.10.7.zip",
"download": "https://github.com/zarmstrong/herovau.lt-foundry/releases/download/herovau.lt-foundry-0.11.0/herovau.lt-foundry-0.11.0.zip",
"license": "MIT",
"readme": "https://github.com/zarmstrong/herovau.lt-foundry",
"bugs": "https://github.com/zarmstrong/herovau.lt-foundry/issues",
Expand Down

0 comments on commit eae8b4b

Please sign in to comment.