diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4830f40..62f716a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,5 @@ +11.0.3 Mixed success display fixes + 11.0.2 Critical README update 11.0.1 Bug fixes, drop support for Foundry < v11 diff --git a/module/module.json b/module/module.json index 3e98e94..137a8ab 100644 --- a/module/module.json +++ b/module/module.json @@ -14,7 +14,7 @@ "discord": "matthewtdawson" } ], - "version": "11.0.2", + "version": "11.0.3", "minimumCoreVersion": "11", "compatibleCoreVersion": "11", "compatibility": { @@ -33,8 +33,8 @@ } ], "url": "https://github.com/mattd/foundryvtt-illuminated-worlds-roller", - "manifest": "https://raw.githubusercontent.com/mattd/foundryvtt-illuminated-worlds-roller/v11.0.2/module/module.json", - "download": "https://github.com/mattd/foundryvtt-illuminated-worlds-roller/releases/download/v11.0.2/build.zip", - "readme": "https://github.com/mattd/foundryvtt-illuminated-worlds-roller/blob/v11.0.2/README.md", + "manifest": "https://raw.githubusercontent.com/mattd/foundryvtt-illuminated-worlds-roller/v11.0.3/module/module.json", + "download": "https://github.com/mattd/foundryvtt-illuminated-worlds-roller/releases/download/v11.0.3/build.zip", + "readme": "https://github.com/mattd/foundryvtt-illuminated-worlds-roller/blob/v11.0.3/README.md", "bugs": "https://github.com/mattd/foundryvtt-illuminated-worlds-roller/issues" } diff --git a/package-lock.json b/package-lock.json index d52f384..d1d4c0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundryvtt-illuminated-worlds-roller", - "version": "11.0.2", + "version": "11.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundryvtt-illuminated-worlds-roller", - "version": "11.0.2", + "version": "11.0.3", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "ava": "^5.3.1", diff --git a/package.json b/package.json index f2f04f4..b3c7704 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundryvtt-illuminated-worlds-roller", - "version": "11.0.2", + "version": "11.0.3", "description": "Provides a generic dice roller for Illuminated Worlds games", "main": "module/scripts/init.js", "scripts": {