Deploy package 0.7.3

master
The Happy Anarchist 2020-11-04 20:21:10 -10:00
parent 90665825aa
commit f5980e1c6f
3 changed files with 6 additions and 2 deletions

View File

@ -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** **v0.7.2 Monster Save Fix**
**MINOR CHANGES:** **MINOR CHANGES:**
Changed the changlog to bold text. Changed the changlog to bold text.

BIN
package/acks-v0.7.3.zip Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
"name": "acks", "name": "acks",
"title": "Adventurer Conqueror King System", "title": "Adventurer Conqueror King System",
"description": "Play B/X or other OSR compatible content using the ACKS 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", "minimumCoreVersion": "0.7.4",
"compatibleCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.5",
"templateVersion": 2, "templateVersion": 2,
@ -185,5 +185,5 @@
"gridUnits": "ft", "gridUnits": "ft",
"url": "https://github.com/thehappyanarchist/foundryacks", "url": "https://github.com/thehappyanarchist/foundryacks",
"manifest": "https://github.com/thehappyanarchist/foundryacks/raw/master/src/system.json", "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"
} }