diff --git a/README.md b/README.md index ff9fdbb6..1cf6a302 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ If you can't access the Google doc, here is a [PDF](https://github.com/crnormand/gurps/raw/main/docs/Guide%20for%20GURPS%204e%20on%20Foundry%20VTT.pdf) of the latest version. -# Current Release Version 0.17.13 (compatible with FoundryVTT v12.x) +# Current Release Version 0.17.14 (compatible with FoundryVTT v12.x) With support for the [Nordlondr Ovinabokin: Bestiary and Enemies module](https://foundryvtt.com/packages/nordlond-bestiary)! diff --git a/changelog.md b/changelog.md index 2c429ce0..fd7361ea 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,8 @@ ### [Users Guide](https://bit.ly/2JaSlQd) for GURPS 4e Game Aid for Foundry VTT -Release 0.17.14 +Release 0.17.14 10/28/2024 + +This is a minor release in preparation for the release of the Warlock Knight VTT module by Gaming Ballistic. - Bugfix: Size modifier is not being imported. - Bugfix: `system.equippedparry` and `system.equippedblock` now return the *best* value, not the first. diff --git a/system.json b/system.json index c363707f..1762c9db 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "gurps", "title": "GURPS 4e Game Aid (Unofficial)", "description": "A game aid to help play GURPS 4e for Foundry VTT", - "version": "0.17.13", + "version": "0.17.14", "authors": [ { "name": "Chris Normand", @@ -26,8 +26,13 @@ "minimum": "12", "verified": "12.331" }, - "esmodules": ["module/gurps.js", "lib/xregexp-all.js"], - "scripts": ["scripts/jquery.tinycolorpicker.js"], + "esmodules": [ + "module/gurps.js", + "lib/xregexp-all.js" + ], + "scripts": [ + "scripts/jquery.tinycolorpicker.js" + ], "styles": [ "styles/simple.css", "styles/css_boilerplate.css", @@ -77,7 +82,7 @@ "secondaryTokenAttribute": "FP", "url": "https://github.com/crnormand/gurps", "manifest": "https://raw.githubusercontent.com/crnormand/gurps/release/system.json", - "download": "https://github.com/crnormand/gurps/archive/0.17.13.zip", + "download": "https://github.com/crnormand/gurps/archive/0.17.14.zip", "socket": true, "license": "LICENSE.txt" -} +} \ No newline at end of file