diff --git a/CHANGELOG.md b/CHANGELOG.md index 8290ab2..4294f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.1.2 - Make some moves +* Minor refactor for more consistency +* Update compatible FVTT version to v0.8.6 + # v0.1.1 - A little (or big) feature set * Manifest updates for manifest+, including some media images * Update compatible FVTT version to v0.8.5 diff --git a/module.json b/module.json index f64e5c0..df797b6 100644 --- a/module.json +++ b/module.json @@ -14,9 +14,9 @@ "twitter": "@bekit" } ], - "version": "0.1.1", + "version": "0.1.2", "minimumCoreVersion": "0.7.0", - "compatibleCoreVersion": "0.8.5", + "compatibleCoreVersion": "0.8.6", "manifestPlusVersion": "1.1.0", "esmodules": [ "src/libCaptions.js"