diff --git a/package.json b/package.json index 2945206..b49eab4 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,5 @@ "prettier": "^2.2.1", "yargs": "^16.2.0" }, - "version": "1.1.4" + "version": "1.1.5" } diff --git a/package/sta-v1.1.5.zip b/package/sta-v1.1.5.zip new file mode 100644 index 0000000..9aa50d6 Binary files /dev/null and b/package/sta-v1.1.5.zip differ diff --git a/src/system.json b/src/system.json index 860c43b..bd5824b 100644 --- a/src/system.json +++ b/src/system.json @@ -2,9 +2,9 @@ "name": "sta", "title": "Star Trek Adventures Roleplaying Game", "description": "An unofficial rendition of the Modiphius tabletop role playing game system.", - "version": "1.1.4", - "minimumCoreVersion": "0.7.7", - "compatibleCoreVersion": "0.9.0", + "version": "1.1.5", + "minimumCoreVersion": "9", + "compatibleCoreVersion": "9", "templateVersion": 1, "author": "mkscho63", "esmodules": ["module/sta.js"], @@ -38,5 +38,5 @@ "secondaryTokenAttribute": "determination", "url": "https://github.com/mkscho63/sta", "manifest": "https://raw.githubusercontent.com/mkscho63/sta/master/src/system.json", - "download": "https://raw.githubusercontent.com/mkscho63/sta/v1.1.4/package/sta-v1.1.4.zip" + "download": "https://raw.githubusercontent.com/mkscho63/sta/v1.1.5/package/sta-v1.1.5.zip" } \ No newline at end of file