-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from moo-man/dev
2.5.0
- Loading branch information
Showing
3 changed files
with
67 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
{ | ||
"name": "dd-import", | ||
"id": "dd-import", | ||
"title": "Universal Battlemap Importer", | ||
"description": "Imports scene elements from Universal VTT files generated by editors like DungeonFog and Dungeondraft", | ||
"version": "2.4.0", | ||
"author": "Moo Man, m42e, jacquie", | ||
"version": "2.5.0", | ||
"authors": [ | ||
{"name": "Moo Man", "id": "Moo Man", "discord": "Moo Man#7518"}, | ||
{"name": "m42e", "id": "m42e"}, | ||
{"name": "jacquie", "id": "jacquie"} | ||
], | ||
"scripts": [ | ||
"./ddimport.js" | ||
"ddimport.js" | ||
], | ||
"styles": [], | ||
"packs": [], | ||
"minimumCoreVersion": 10, | ||
"compatibility" : { | ||
"minimum" : 10, | ||
"verified" : 10, | ||
"maximum" : 10 | ||
"minimumCoreVersion" : 10, | ||
"compatibility": { | ||
"minimum": "10", | ||
"verified": "10", | ||
"maximum": "11" | ||
}, | ||
"manifest": "https://raw.githubusercontent.com/moo-man/FVTT-DD-Import/master/module.json", | ||
"download": "https://github.com/moo-man/FVTT-DD-Import/releases/download/2.4.0/uvtt-import.zip" | ||
"download": "https://github.com/moo-man/FVTT-DD-Import/releases/download/2.5.0/uvtt-import.zip" | ||
} |