diff --git a/README.md b/README.md index 7a2997a1c..2ca26b617 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Users Guide for [GURPS 4e game aid for Foundry VTT](https://bit.ly/2JaSlQd) -# Current Release Version 0.8.22 +# Current Release Version 0.8.23 [If you like our work...](https://ko-fi.com/crnormand) diff --git a/changelog.md b/changelog.md index 7341be9de..e368b131a 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,9 @@ This is what we are currently working on: -0.8.23 +## History + +0.8.23 - 4/13/2021 - Fixed Equipment editing when using The Furnace, because I guess they never thought people might use {{count}} in their own dialogs. - Merged @Exxar's Damage Reduction: Injury Tolerance code into ADD @@ -24,9 +26,6 @@ This is what we are currently working on: - Added ability to override the text of the OtF buttons ["New Text" Dodge] - Auto import when in Foundry Data (GCS export includes Portrait) - -## History - 0.8.22 - 3/31/2021 - Updated German/Deutsch translation diff --git a/system.json b/system.json index 419aa9d43..2ea03dd54 100755 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "gurps", "title": "GURPS 4th Edition Game Aid (Unofficial)", "description": "A game aid to help play GURPS 4e for Foundry VTT (GCS/GCA edition)", - "version": "0.8.22", + "version": "0.8.23", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.9", "templateVersion": 2, @@ -44,6 +44,6 @@ "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.8.22.zip", + "download": "https://github.com/crnormand/gurps/archive/0.8.23.zip", "license": "LICENSE.txt" }