From 096413cae6e3bfe73bf4fed7dd6d3854ea197797 Mon Sep 17 00:00:00 2001 From: esheyw Date: Thu, 15 Aug 2024 22:20:40 -0700 Subject: [PATCH] compatibility bump --- CHANGELOG.md | 16 ++++++++++++---- module.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdc2e1..2b5185b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ -## Version 1.0.0 -- Initial Release +## Version 1.0.3 + +- Compatibility bump only, no code changes + - Mark as verified 12.331 + +## Version 1.0.2 + +- use `Application#bringToTop()` instead of `#render(true)` to bring existing windows to fore. ## Version 1.0.1 + - Actually register the settings for this module, instead of `undefined` - why is that allowed?! -## Version 1.0.2 -- use `Application#bringToTop()` instead of `#render(true)` to bring existing windows to fore. \ No newline at end of file +## Version 1.0.0 + +- Initial Release diff --git a/module.json b/module.json index ba02f8d..2fd4feb 100644 --- a/module.json +++ b/module.json @@ -4,7 +4,7 @@ "version": "1.0.0", "compatibility": { "minimum": "10", - "verified": "11" + "verified": "12.331" }, "languages": [ {