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 Sep 23, 2022
1 parent 3fae474 commit a137707
Show file tree
Hide file tree
Showing 5 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 (Sep 23, 2022)

* fix bad version number in manifest

## 0.10.1 (Sep 22, 2022)

* disable debug mode
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.10.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.10.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 @@
const hvDebug = { enabled: false };
const hvVer = "0.10.1";
const hvVer = "0.10.2";
let heroVaultURL = "https://herovau.lt";

const hvColor1 = "color: #7bf542"; //bright green
Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"ko-fi": "SLATE"
}
],
"version": "0.10.1",
"version": "0.10.2",
"compatibility": {
"minimum": "10.486",
"verified": "10.486"
"minimum": "10.286",
"verified": "10.286"
},
"relationship": {
"systems": [
Expand All @@ -37,7 +37,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.1/herovau.lt-foundry-0.10.1.zip",
"download": "https://github.com/zarmstrong/herovau.lt-foundry/releases/download/herovau.lt-foundry-0.10.2/herovau.lt-foundry-0.10.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 a137707

Please sign in to comment.