diff --git a/README.md b/README.md index 990870e..826daba 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Instead of using the default random ID, you may customize it to something more u # Changelog +2.0.2 + - Fix #14 : Update version support to Foundry v10 + 2.0.2 - Fix #11 : Update version support to be compatible with all v9 versions of Foundry diff --git a/package-lock.json b/package-lock.json index 37ec70a..f0a1a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-redirect-module", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "foundry-redirect-module", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "uuid": "8.3.2" diff --git a/package.json b/package.json index 3bd020a..c89d214 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-redirect-module", - "version": "2.0.2", + "version": "2.0.3", "description": "Foundry Redirect: Better invitation links", "main": "index.js", "scripts": { diff --git a/src/module.json b/src/module.json index d673ef0..97ad8a7 100644 --- a/src/module.json +++ b/src/module.json @@ -3,9 +3,9 @@ "title": "Foundry Redirect: Better invitation links", "description": "A module to create static invitation links which look like a regular URL, and don't need to be resent every time your IP address changes", "author": "JarrettSpiker", - "version": "2.0.2", + "version": "2.0.3", "minimumCoreVersion": "0.7.9", - "compatibleCoreVersion" : "9", + "compatibleCoreVersion" : "10", "scripts": [ "scripts/module.js" ],