Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
version 3.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Jun 25, 2022
1 parent 1b6f5cb commit dfb9827
Show file tree
Hide file tree
Showing 7 changed files with 485 additions and 583 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.2.21

- Update effcts api

### 3.2.20

- Bug fixing and add hud button for clean up flag from token for strange use case
Expand Down
63 changes: 61 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "foundryvtt-mountup",
"title": "FoundryVTT Mount Up!",
"description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.",
"version": "3.2.20",
"version": "3.2.21",
"scripts": {
"package": "gulp package",
"build": "gulp build && gulp link",
Expand Down Expand Up @@ -52,6 +52,7 @@
"*.(json|scss)": "prettier --write"
},
"dependencies": {
"prettier-format": "^3.1.0",
"typescript": "^4.6.3"
}
}
6 changes: 3 additions & 3 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "foundryvtt-mountup",
"title": "FoundryVTT Mount Up!",
"description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.",
"version": "3.2.20",
"version": "3.2.21",
"author": "Brunhine, p4535992",
"authors": [
{
Expand Down Expand Up @@ -67,8 +67,8 @@
"url": "https://github.com/p4535992/MountUp",
"manifest": "https://github.com/p4535992/MountUp/releases/latest/download/module.json",
"download": "https://github.com/p4535992/MountUp/releases/latest/download/module.zip",
"readme": "https://github.com/p4535992/MountUp/blob/v3.2.20/README.md",
"changelog": "https://github.com/p4535992/MountUp/blob/v3.2.20/changelog.md",
"readme": "https://github.com/p4535992/MountUp/blob/v3.2.21/README.md",
"changelog": "https://github.com/p4535992/MountUp/blob/v3.2.21/changelog.md",
"bugs": "https://github.com/p4535992/MountUp/issues",
"allowBugReporter": true,
"manifestPlusVersion": "1.2.0",
Expand Down
Loading

0 comments on commit dfb9827

Please sign in to comment.