Skip to content

Commit

Permalink
Merge pull request #1619 from crnormand/release
Browse files Browse the repository at this point in the history
0.15.5
  • Loading branch information
crnormand authored Sep 28, 2022
2 parents cfd66ce + f93f4b1 commit 4279af2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!

Expand Down
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"discord": "Nose66#6689",
"flags": {}
},
Expand Down Expand Up @@ -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"
}

0 comments on commit 4279af2

Please sign in to comment.