diff --git a/changelog.md b/changelog.md index d72653d..0995d1f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ +### 3.4.3 + +- Add hook on create token for update the flags + ### 3.4.2 - Add module setting for bypass the token configuration check and rollback to the moduels ettings + ### 3.4.0-1 - Rewrite a lot of code diff --git a/src/module.json b/src/module.json index 177eb80..aecddac 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.4.2", + "version": "3.4.3", "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.4.2/README.md", - "changelog": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.4.2/changelog.md", + "readme": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.4.3/README.md", + "changelog": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.4.3/changelog.md", "bugs": "https://github.com/p4535992/foundryvtt-mountup/issues", "allowBugReporter": true, "manifestPlusVersion": "1.2.0", @@ -116,7 +116,7 @@ "conflicts": [ { "id": "foundryvtt-mountup", - "description": "Grave issue: The module 'foundryvtt-mountup' is the old module for FVTT9 please uninstall it!" + "reason": "Grave issue: The module 'foundryvtt-mountup' is the old module for FVTT9 please uninstall it!" } ] }