diff --git a/Changelog.txt b/Changelog.txt index 0cd1384..d92d2eb 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,8 @@ +**v0.9.1 A few bugs** +**BUG FIXES:** +Fixed Shield overriding AC. (Azarvel) +Fixed tweaks not working for PC sheets. (Azarvel) + **v0.9.0 Compatibility Release** **MAJOR CHANGES:** Thanks to the single-handed efforts of Azarvel, FoundryACKS is now compatible with release 9.0 of Foundry. diff --git a/package/acks-v0.9.1.zip b/package/acks-v0.9.1.zip new file mode 100644 index 0000000..b1cd2da Binary files /dev/null and b/package/acks-v0.9.1.zip differ diff --git a/src/system.json b/src/system.json index 4e4eb74..c4ce2c5 100644 --- a/src/system.json +++ b/src/system.json @@ -2,7 +2,7 @@ "name": "acks", "title": "Adventurer Conqueror King System", "description": "Play B/X or other OSR compatible content using the ACKS system", - "version": "0.9.0", + "version": "0.9.1", "minimumCoreVersion": "9.0", "compatibleCoreVersion": "9.269", "templateVersion": 2, @@ -185,5 +185,5 @@ "gridUnits": "ft", "url": "https://github.com/thehappyanarchist/foundryacks", "manifest": "https://github.com/thehappyanarchist/foundryacks/raw/master/src/system.json", - "download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.9.0.zip" + "download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.9.1.zip" } \ No newline at end of file