diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9ec37..48261f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _Nothing yet._ +## [1.1.3] - 2026-06-23 + +### Changed + +- Metadata: `author` is now **Post-Math** (matches the organization and the + community-plugin listing). No functional change. + ## [1.1.2] - 2026-06-23 ### Changed @@ -37,6 +44,7 @@ Initial public release. mode), not only in Reading view. The table being actively edited is left untouched. -[Unreleased]: https://github.com/Post-Math/Lookout/compare/1.1.2...HEAD +[Unreleased]: https://github.com/Post-Math/Lookout/compare/1.1.3...HEAD +[1.1.3]: https://github.com/Post-Math/Lookout/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/Post-Math/Lookout/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/Post-Math/Lookout/releases/tag/1.1.1 diff --git a/manifest.json b/manifest.json index fd625a7..9b6ac9c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "lookout", "name": "Lookout", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "1.0.0", "description": "Survey wide content instead of scrolling sideways. Pan and zoom Mermaid diagrams (wheel, Ctrl+wheel, or buttons), fit them to the frame, and open diagrams or wide tables full-screen.", - "author": "DOT", + "author": "Post-Math", "authorUrl": "https://github.com/Post-Math", "isDesktopOnly": false } diff --git a/versions.json b/versions.json index f17bb4f..3ca2977 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.1.1": "1.0.0", - "1.1.2": "1.0.0" + "1.1.2": "1.0.0", + "1.1.3": "1.0.0" }