Skip to content

Commit

Permalink
version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Jul 23, 2024
1 parent a888bdd commit e8a8f87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip

# Install packages.
- run: npm install
- run: npm install --force

# Build distribution.
- run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "arms-reach",
"title": "FoundryVTT Arms Reach",
"description": "Allows the GM to limit the distance that a player can interacted with a placeable object like door, journal, stairway, token, ecc..",
"version": "2.3.4",
"version": "2.4.4",
"main": "module.js",
"license": "SEE LICENSE IN LICENSE",
"private": true,
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@foundryvtt/foundryvtt-cli": "^1.0.2",
"@foundryvtt/foundryvtt-cli": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typhonjs-config/eslint-config": "^0.6.3",
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 @@
"id": "arms-reach",
"title": "Arms Reach",
"description": "Allows the GM to limit the distance that a player can interacted with a placeable object like door, journal, stairway, token, ecc..",
"version": "2.4.3",
"version": "2.4.4",
"authors": [
{
"name": "Psyny"
Expand Down Expand Up @@ -72,12 +72,12 @@
"styles": ["styles/arms-reach.css"],
"compatibility": {
"minimum": 11,
"verified": 11,
"verified": 12,
"maximum": 12
},
"url": "https://github.com/p4535992/foundryvtt-arms-reach",
"manifest": "https://github.com/p4535992/foundryvtt-arms-reach/releases/download/2.4.3/module.json",
"download": "https://github.com/p4535992/foundryvtt-arms-reach/releases/download/2.4.3/module.zip",
"manifest": "https://github.com/p4535992/foundryvtt-arms-reach/releases/download/2.4.4/module.json",
"download": "https://github.com/p4535992/foundryvtt-arms-reach/releases/download/2.4.4/module.zip",
"readme": "https://github.com/p4535992/foundryvtt-arms-reach/blob/main/README.md",
"changelog": "https://github.com/p4535992/foundryvtt-arms-reach/blob/main/changelog.md",
"bugs": "https://github.com/p4535992/foundryvtt-arms-reach/issues",
Expand Down

0 comments on commit e8a8f87

Please sign in to comment.