Skip to content

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
velara committed Mar 23, 2021
1 parent 1f786f5 commit 6e7bb6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Terrain Layer",
"description": "A base module that adds a Terrain Layer to Foundry to paint difficult terrain squares and to be used as a dependency for other mods who might integrate it with their functionality.",
"authors": [{"name":"Will Saunders","email":"[email protected]" }, {"name":"IronMonk, ironmonk88#4075" }],
"version": "1.0.8",
"version": "1.0.9",
"minimumCoreVersion": "0.6.6",
"compatibleCoreVersion":"0.7.9",
"scripts":[
Expand Down Expand Up @@ -34,8 +34,8 @@
}
],
"socket":true,
"url":"https://github.com/ironmonk88/TerrainLayer",
"changelog":"https://raw.githubusercontent.com/ironmonk88/TerrainLayer/main/README.md",
"download": "https://github.com/ironmonk88/TerrainLayer/archive/1.0.8.zip",
"manifest": "https://github.com/ironmonk88/TerrainLayer/releases/latest/download/module.json"
"url":"https://github.com/velara/TerrainLayer",
"changelog":"https://raw.githubusercontent.com/velara/TerrainLayer/main/README.md",
"download": "https://github.com/velara/TerrainLayer/archive/1.0.9.zip",
"manifest": "https://github.com/velara/TerrainLayer/releases/latest/download/module.json"
}

0 comments on commit 6e7bb6e

Please sign in to comment.