From 4d66d7aa428ab0aba0bc18ce8c815d5e44397b12 Mon Sep 17 00:00:00 2001 From: crnormand Date: Wed, 22 Feb 2023 15:45:21 -0500 Subject: [PATCH] 0.15.31 --- README.md | 2 +- changelog.md | 6 +++++- system.json | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91561f5c..108bceec 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.15.28 (compatible with FoundryVTT v10.x) +# Current Release Version 0.15.31 (compatible with FoundryVTT v10.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 2bdf234b..b810db54 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ ### [Users Guide](https://bit.ly/2JaSlQd) for GURPS 4e Game Aid for Foundry VTT -Release 0.15.29 02/17/2023 +Release 0.15.31 02/22/2023 + +- Fixed gurpslink parsing, thanks SrAndros! + +Release 0.15.30 02/17/2023 - Fixed range ruler causing errors with range strategies other than the SSRT diff --git a/system.json b/system.json index f3116879..04bce5de 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.15.30", + "version": "0.15.31", "authors": [ { "name": "Chris Normand", @@ -81,7 +81,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.15.30.zip", + "download": "https://github.com/crnormand/gurps/archive/0.15.31.zip", "socket": true, "license": "LICENSE.txt" }