diff --git a/changelog.md b/changelog.md index f41e2dd..010da20 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +### 3.4.0 + +- Rewrite a lot of code + ### 3.3.2 . Add drag and drop feature diff --git a/package.json b/package.json index 82c1c88..84f5604 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/module.json b/src/module.json index d6cd0e0..d1dd66f 100644 --- a/src/module.json +++ b/src/module.json @@ -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" @@ -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",