Skip to content

Commit

Permalink
Forking adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Oct 25, 2020
1 parent 0ddf51f commit 4b5df68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "vtta-tokenizer",
"title": "Virtual Tabletop Assets - Tokenizer",
"title": "Tokenizer - Temporary edition",
"description": "Tiny yet capable in-game token editor, requires trusted user level for uploads",
"version": "2.2.1",
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.6.4",
"author": "Sebastian Will ([email protected])",
"version": "2.2.2",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.5",
"author": "Sebastian Will ([email protected]), Jack ([email protected]",
"languages": [
{
"lang": "en",
Expand All @@ -26,7 +26,7 @@
"esmodules": ["./src/index.js"],
"styles": ["./css/module-settings.css", "./css/default.css", "./src/tokenizer/tokenizer.css"],
"packs": [],
"url": "https://www.vttassets.com/asset/vtta-tokenizer",
"manifest": "https://www.vttassets.com/manifest/vtta-tokenizer/stable",
"download": ""
"url": "https://github.com/mrprimate/vtta-tokenizer/",
"manifest": "https://github.com/mrprimate/vtta-tokenizer/releases/download/latest/module.json",
"download": "https://github.com/mrprimate/vtta-tokenizer/releases/download/2.2.2/module.zip"
}
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# VTTA Tokenizer

This is a temporary fork to maintain compatibility with Foundry v0.7.5 till Sebastian returns from absence.

![](https://img.shields.io/badge/Foundry-v0.4.0-informational)

Your players identify with their characters and a token represents their character - it should look awesome. Tokenizer is there to help.
Expand Down

0 comments on commit 4b5df68

Please sign in to comment.