diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d61730..7835b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.1.5 - Support the newer + +- Add Japanese localization thanks to BrotherSharper! +- Update compatible FVTT version to v10 + # v0.1.4 - Support the new - Update compatible FVTT version to v9.231 diff --git a/module.json b/module.json index 7772bd8..997bc4e 100644 --- a/module.json +++ b/module.json @@ -14,9 +14,9 @@ "twitter": "@bekit" } ], - "version": "0.1.4", + "version": "0.1.5", "minimumCoreVersion": "0.7.0", - "compatibleCoreVersion": "9.231", + "compatibleCoreVersion": "10", "manifestPlusVersion": "1.2.0", "esmodules": ["src/libCaptions.js"], "styles": ["css/libCaptions.css"],