Skip to content

Commit

Permalink
1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aioros committed Jun 21, 2024
1 parent ac882e4 commit 118d017
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Foundry Version 0.8.6](https://img.shields.io/badge/Foundry%20Version-0.8.6-green)
![Foundry Version 12](https://img.shields.io/badge/Foundry%20Version-12-green)

# TouchVTT

Expand Down Expand Up @@ -83,6 +83,7 @@ when those features are locked in "Lock View".

### Changelog

- **1.12.0:** Compatibility with FoundryVTT versions 11 and 12
- **1.10.0:** Compatibility with FoundryVTT version 10
- **1.9.1:** Compatibility with FoundryVTT version 9
- **1.8.1:** Fixed missing template for Measurement HUD, added German Translation files
Expand Down
11 changes: 8 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
{
"name": "Oromis | David",
"email": "[email protected]"
},
{
"name": "Aioros",
"email": "[email protected]",
"discord": "MrAioros"
}
],
"version": "1.11.0",
"version": "1.12.0",
"compatibility": {
"minimum": "11",
"verified": "11.302"
"verified": "12.327"
},
"scripts": [
"dist/touch-vtt.js"
Expand All @@ -32,7 +37,7 @@
}
],
"url": "https://github.com/Oromis/touch-vtt",
"download": "https://github.com/Oromis/touch-vtt/releases/download/v1.11.0/touch-vtt-v1.11.0.zip",
"download": "https://github.com/Oromis/touch-vtt/releases/download/v1.12.0/touch-vtt-v1.12.0.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
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "touch-vtt",
"version": "1.11.0",
"version": "1.12.0",
"description": "Adds touch support to FoundryVTT",
"main": "src/touch-vtt.js",
"scripts": {
Expand All @@ -17,7 +17,16 @@
"keywords": [
"FoundryVTT"
],
"author": "David Bauske <[email protected]>",
"author": {
"name": "David Bauske",
"email": "[email protected]"
},
"contributors": [
{
"name": "Aioros",
"email": "[email protected]"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Oromis/touch-vtt/issues"
Expand Down

0 comments on commit 118d017

Please sign in to comment.