diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0a5f30..4c3c1ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.1 +- Updated versioning to fix updating as well as prepare for Foundry 0.7.x + # 0.100 - Updated Spanish localization to fix word wrapping in skills section of character sheets. (Thanks to @krakenSummoner) diff --git a/system.json b/system.json index 6191a415..cbfef47b 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "yzecoriolis", "title": "Year Zero Engine - Coriolis", "description": "The Year Zero Engine - Coriolis System for Foundry VTT.", - "version": 0.100, + "version": 1.1, "minimumCoreVersion": "0.6.0", "compatibleCoreVersion": "0.6.6", "templateVersion": 2, @@ -33,5 +33,5 @@ "secondaryTokenAttribute": "power", "url": "", "manifest": "https://raw.githubusercontent.com/winks-vtt/yze-coriolis/master/system.json", - "download": "https://github.com/winks-vtt/yze-coriolis/archive/v0.100.zip" + "download": "https://github.com/winks-vtt/yze-coriolis/archive/v1.1.zip" } \ No newline at end of file