Skip to content

Commit

Permalink
update module.json for 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zarmstrong committed May 25, 2022
1 parent 7fef53b commit 2b13335
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.2 (May 25, 2022)

* no code change, just updated the module to show compatability with v9

## 0.7.1 (Mar 23, 2022)

* fix certain imports breaking due to "Cannot set properties of undefined (setting 'rollOptions')"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![ko-fi](https://img.shields.io/badge/-buy%20me%20a%20coffee-%23FF5E5B?style=plastic)](https://ko-fi.com/slate) [![patreon](https://img.shields.io/badge/-support%20me%20on%20patreon-%235C5C5C?style=plastic)](https://patreon.com/slatesfoundrystuff) ![GitHub release (by tag)](https://img.shields.io/github/downloads/zarmstrong/herovau.lt-foundry/herovau.lt-foundry-0.7.1/total?style=plastic) ![GitHub all releases](https://img.shields.io/github/downloads/zarmstrong/herovau.lt-foundry/total?style=plastic) ![GitHub](https://img.shields.io/github/license/zarmstrong/herovau.lt-foundry?style=plastic)
[![ko-fi](https://img.shields.io/badge/-buy%20me%20a%20coffee-%23FF5E5B?style=plastic)](https://ko-fi.com/slate) [![patreon](https://img.shields.io/badge/-support%20me%20on%20patreon-%235C5C5C?style=plastic)](https://patreon.com/slatesfoundrystuff) ![GitHub release (by tag)](https://img.shields.io/github/downloads/zarmstrong/herovau.lt-foundry/herovau.lt-foundry-0.7.2/total?style=plastic) ![GitHub all releases](https://img.shields.io/github/downloads/zarmstrong/herovau.lt-foundry/total?style=plastic) ![GitHub](https://img.shields.io/github/license/zarmstrong/herovau.lt-foundry?style=plastic)

# HeroVau.lt Foundry Integration (herovau.lt-foundry)
## Summary:
Expand Down
2 changes: 1 addition & 1 deletion herovault-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 herovault.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let hvDebug = false;
const hvVer = "0.7.1";
const hvVer = "0.7.2";
let heroVaultURL = "https://herovau.lt";

const hvColor1 = "color: #7bf542"; //bright green
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"title": "HeroVau.lt Foundry Integration",
"description": "This module integrates with the herovau.lt website to easily import and export your PCs between servers. Perfect for Adventure League, Pathfinder Society, Starfinder Society and other organized play systems.",
"author": "slate",
"version": "0.7.1",
"version": "0.7.2",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "9.255",
"compatibleCoreVersion": "9",
"esmodules": [
"herovault-min.js"
],
"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.7.1/herovau.lt-foundry-0.7.1.zip",
"download": "https://github.com/zarmstrong/herovau.lt-foundry/releases/download/herovau.lt-foundry-0.7.2/herovau.lt-foundry-0.7.2.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 2b13335

Please sign in to comment.