Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oromis committed Nov 28, 2020
1 parent 7e1b281 commit f2e4cd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"title": "TouchVTT",
"description": "Adds touch screen support to FoundryVTT",
"author": "Oromis | David <[email protected]>",
"version": "0.9.1",
"version": "0.9.2",
"minimumCoreVersion": "0.5.0",
"compatibleCoreVersion": "0.7.7",
"scripts": [
"dist/touch-vtt.js"
],
"url": "https://github.com/Oromis/touch-vtt",
"download": "https://github.com/Oromis/touch-vtt/releases/download/v0.9.1/touch-vtt-v0.9.1.zip",
"download": "https://github.com/Oromis/touch-vtt/releases/download/v0.9.2/touch-vtt-v0.9.2.zip",
"manifest": "https://raw.githubusercontent.com/Oromis/touch-vtt/main/module.json",
"license": "https://www.gnu.org/licenses/gpl-3.0.en.html",
"readme": "README.md",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "touchvtt",
"version": "0.9.1",
"version": "0.9.2",
"description": "Adds touch support to FoundryVTT",
"main": "src/touch-vtt.js",
"scripts": {
Expand Down

0 comments on commit f2e4cd2

Please sign in to comment.