Skip to content

Commit

Permalink
update module.json for 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zarmstrong committed Apr 30, 2021
1 parent c33271c commit 6bcbc99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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/hlo-importer/hlo-importer-0.3.2/total?style=plastic) ![GitHub all releases](https://img.shields.io/github/downloads/zarmstrong/hlo-importer/total?style=plastic) ![GitHub](https://img.shields.io/github/license/zarmstrong/hlo-importer?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/hlo-importer/hlo-importer-0.3.3/total?style=plastic) ![GitHub all releases](https://img.shields.io/github/downloads/zarmstrong/hlo-importer/total?style=plastic) ![GitHub](https://img.shields.io/github/license/zarmstrong/hlo-importer?style=plastic)

# Herolab Online PF2e Import Tool

Expand Down
2 changes: 1 addition & 1 deletion hlo-importer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let debug = false;
const hloiVer="0.3.2";
const hloiVer="0.3.3";

const color1='color: #7bf542'; //bright green
const color2='color: #d8eb34'; //yellow green
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Herolab Online PF2e Import Tool",
"description": "This module adds a button to the top of player character sheets allowing them to quickly import their character from Herolab Online.",
"author": "slate",
"version": "0.3.2",
"version": "0.3.3",
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.9",
"scripts": [
Expand All @@ -16,7 +16,7 @@
],
"url": "https://github.com/zarmstrong/hlo-importer",
"manifest": "https://raw.githubusercontent.com/zarmstrong/hlo-importer/main/module.json",
"download": "https://github.com/zarmstrong/hlo-importer/releases/download/hlo-importer-0.3.2/hlo-importer-0.3.2.zip",
"download": "https://github.com/zarmstrong/hlo-importer/releases/download/hlo-importer-0.3.3/hlo-importer-0.3.3.zip",
"license": "MIT",
"readme": "https://github.com/zarmstrong/hlo-importer",
"bugs": "https://github.com/zarmstrong/hlo-importer/issues",
Expand Down

0 comments on commit 6bcbc99

Please sign in to comment.