Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Apr 6, 2021
1 parent 43df1f1 commit 67b8c18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "vtta-tokenizer",
"title": "Tokenizer",
"description": "Tiny yet capable in-game token editor, requires trusted user level for uploads.",
"version": "3.0.0",
"version": "3.0.1",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"author": "Sebastian Will ([email protected]), MrPrimate ([email protected]",
"author": "Sebastian Will ([email protected]), MrPrimate ([email protected])",
"languages": [
{
"lang": "en",
Expand All @@ -28,5 +28,5 @@
"packs": [],
"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/3.0.0/vtta-tokenizer.zip"
"download": "https://github.com/mrprimate/vtta-tokenizer/releases/download/3.0.1/vtta-tokenizer.zip"
}
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default class Utils {
if (!url) url = "icons/mystery-man.png";
const proxy = await game.settings.get("vtta-tokenizer", "proxy");
const useProxy = Utils.useProxy(url);
console.log(`Proxy for ${img}: ${useProxy}`);
console.log(`Proxy for ${url}: ${useProxy}`);
return new Promise((resolve, reject) => {
let img = new Image();
img.crossOrigin = "Anonymous";
Expand Down

0 comments on commit 67b8c18

Please sign in to comment.