From cd4391fc498cf572ca8f6f5a268ddace6739e627 Mon Sep 17 00:00:00 2001 From: mjeffw Date: Thu, 26 Dec 2024 14:27:28 -0500 Subject: [PATCH] 0.17.17-beta --- README.md | 2 +- changelog.md | 3 ++- system.json | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b193feb..e250b92a 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.16 (compatible with FoundryVTT v12.x) +# Current Release Version 0.17.17-beta (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 1f5bf8de..2d821859 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ ### [Users Guide](https://bit.ly/2JaSlQd) for GURPS 4e Game Aid for Foundry VTT -## Release 0.17.17 +## Release 0.17.17-beta #### Features @@ -11,6 +11,7 @@ - Feature: Check Maneuver, Max Actions and Targets before Roll #2031 - Feature: Add Maneuver's and Parry modifiers automatically before roll #2033 - Feature: Improved support on Injury effects on Apply Damage Dialog #2034 +- Feature: Refactored Tabbed Sheet #### Bugfixes diff --git a/system.json b/system.json index daf8527f..1f5957d3 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.16", + "version": "0.17.17-beta", "authors": [ { "name": "Chris Normand", @@ -89,8 +89,8 @@ "primaryTokenAttribute": "HP", "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.16.zip", + "manifest": "https://raw.githubusercontent.com/crnormand/gurps/prerelease/system.json", + "download": "https://github.com/crnormand/gurps/archive/0.17.17-beta.zip", "socket": true, "license": "LICENSE.txt" }