From f93f4b10aa0a9fbcbc6c06e2c95018668d1031bd Mon Sep 17 00:00:00 2001 From: crnormand Date: Wed, 28 Sep 2022 11:07:26 -0400 Subject: [PATCH] 0.15.5 --- README.md | 2 +- changelog.md | 11 ++++++++++- system.json | 5 +++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e2d73a69..ac10900c7 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.3 (compatible with FoundryVTT v10.x) +# Current Release Version 0.15.5 (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 919b590bf..3bb6d93a4 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,16 @@ 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. -Release 0.15.3 9/19/2020 +Release 0.15.5 9/28/2022 + +- Fixed drag and drop items between non-GM characters +- Minor GCS 5.0 import changes + +Release 0.15.4 9/27/2022 + +- GCS 5.0 import, yeah! + +Release 0.15.3 9/19/2022 - Fixed yard count for ruler, thanks @SrAndros! - Fixed infinite tracker import loop diff --git a/system.json b/system.json index 67a7d21dc..a97844b55 100755 --- a/system.json +++ b/system.json @@ -2,10 +2,11 @@ "id": "gurps", "title": "GURPS 4e Game Aid (Unofficial)", "description": "A game aid to help play GURPS 4e for Foundry VTT", - "version": "0.15.4", + "version": "0.15.5", "authors": [ { "name": "Chris Normand", + "email": "nose66@bellsouth.net", "discord": "Nose66#6689", "flags": {} }, @@ -75,7 +76,7 @@ "secondaryTokenAttribute": "FP", "url": "https://github.com/crnormand/gurps", "manifest": "https://github.com/crnormand/gurps/releases/latest/download/system.json", - "download": "https://github.com/crnormand/gurps/archive/0.15.4.zip", + "download": "https://github.com/crnormand/gurps/archive/0.15.5.zip", "socket": true, "license": "LICENSE.txt" }