Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PepijnMC authored Oct 15, 2021
1 parent a3bb911 commit 8ad15c1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "initiative-double-click",
"title": "Initiative Double Click",
"description": "Double click the initiative value in the combat tracker to quickly modify it.",
"author": "KaKaRoTo",
"description": "Click the initiative value in the combat tracker to quickly modify it.",
"author": "Pepijn",
"authors": [],
"url": "https://github.com/League-of-Foundry-Developers/fvtt-initiative-double-click",
"url": "https://github.com/PepijnMC/fvtt-initiative-double-click",
"flags": {},
"version": "2.6.0",
"version": "2.7.0",
"minimumCoreVersion": "0.8.4",
"compatibleCoreVersion": "0.8.8",
"compatibleCoreVersion": "0.8.9",
"scripts": [
"Combat.js"
],
Expand All @@ -25,8 +25,8 @@
"system": [],
"dependencies": [],
"socket": true,
"manifest": "https://github.com/League-of-Foundry-Developers/fvtt-initiative-double-click/releases/latest/download/module.json",
"download": "https://github.com/League-of-Foundry-Developers/fvtt-initiative-double-click/releases/latest/download/module.zip",
"manifest": "https://github.com/PepijnMC/fvtt-initiative-double-click/releases/latest/download/module.json",
"download": "https://github.com/PepijnMC/fvtt-initiative-double-click/releases/latest/download/module.zip",
"protected": false,
"coreTranslation": false
}
}

0 comments on commit 8ad15c1

Please sign in to comment.