diff --git a/Changelog.txt b/Changelog.txt index 769d041..a61fe33 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,7 @@ +**v0.7.3 Monster Ability Fix** +**BUG FIXES:** +Monster sheet was unable to add abilities. + **v0.7.2 Monster Save Fix** **MINOR CHANGES:** Changed the changlog to bold text. diff --git a/package/acks-v0.7.3.zip b/package/acks-v0.7.3.zip new file mode 100644 index 0000000..c7a8901 Binary files /dev/null and b/package/acks-v0.7.3.zip differ diff --git a/src/system.json b/src/system.json index 102a150..7d2dbe6 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.7.2", + "version": "0.7.3", "minimumCoreVersion": "0.7.4", "compatibleCoreVersion": "0.7.5", "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.7.2.zip" + "download": "https://github.com/thehappyanarchist/foundryacks/raw/master/package/acks-v0.7.3.zip" }