Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Oct 2, 2021
1 parent 8fb083e commit 12dce1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "foundryvtt-arms-reach",
"title": "FoundryVTT Arms Reach",
"description": "Allows the GM to limit the distance that a player can interate with a placeable object like door, journal, stairway, token, ecc..",
"version": "2.0.12",
"version": "2.0.13",
"scripts": {
"package": "gulp package",
"build": "gulp build && gulp link",
Expand Down
8 changes: 4 additions & 4 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "foundryvtt-arms-reach",
"title": "FoundryVTT Arms Reach",
"description": "Allows the GM to limit the distance that a player can interate with a placeable object like door, journal, stairway, token, ecc..",
"version": "2.0.12",
"version": "2.0.13",
"author": "Psyny, p4535992",
"type": "module",
"socket": true,
Expand Down Expand Up @@ -46,9 +46,9 @@
"manifestPlusVersion": "1.2.1",
"url": "https://github.com/p4535992/foundryvtt-arms-reach",
"manifest": "https://github.com/p4535992/foundryvtt-arms-reach/releases/latest/download/module.json",
"download": "https://github.com/p4535992/foundryvtt-arms-reach/releases/download/v2.0.12/module.zip",
"readme": "https://github.com/p4535992/foundryvtt-arms-reach/blob/v2.0.12/README.md",
"changelog": "https://github.com/p4535992/foundryvtt-arms-reach/blob/v2.0.12/changelog.md",
"download": "https://github.com/p4535992/foundryvtt-arms-reach/releases/download/v2.0.13/module.zip",
"readme": "https://github.com/p4535992/foundryvtt-arms-reach/blob/v2.0.13/README.md",
"changelog": "https://github.com/p4535992/foundryvtt-arms-reach/blob/v2.0.13/changelog.md",
"bugs": "https://github.com/p4535992/foundryvtt-arms-reach/issues",
"allowBugReporter": true,
"dependencies": [
Expand Down

0 comments on commit 12dce1b

Please sign in to comment.