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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Feb 11, 2023
1 parent 78a2887 commit d3dcf5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.4.0

- Rewrite a lot of code

### 3.3.2

. Add drag and drop feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "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.3.5",
"version": "3.4.0",
"main": "mountup.js",
"scripts": {
"publish": "gulp publish --update",
Expand Down
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 @@
"id": "mountup",
"title": "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.3.5",
"version": "3.4.0",
"authors": [
{
"name": "Brunhine"
Expand Down Expand Up @@ -74,8 +74,8 @@
"url": "https://github.com/p4535992/foundryvtt-mountup",
"manifest": "https://github.com/p4535992/foundryvtt-mountup/releases/latest/download/module.json",
"download": "https://github.com/p4535992/foundryvtt-mountup/releases/latest/download/module.zip",
"readme": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.3.5/README.md",
"changelog": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.3.5/changelog.md",
"readme": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.4.0/README.md",
"changelog": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.4.0/changelog.md",
"bugs": "https://github.com/p4535992/foundryvtt-mountup/issues",
"allowBugReporter": true,
"manifestPlusVersion": "1.2.0",
Expand Down

0 comments on commit d3dcf5e

Please sign in to comment.