diff --git a/CHANGELOG.md b/CHANGELOG.md index bea16a2..6acf71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.12.0] - 2023-06-25 +## [0.12.1] - 2023-06-25 ### Changed - No need to click on the save options button anymore @@ -112,8 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Homepage option. -[unreleased]: https://github.com/laedit/new-tab-moment/compare/0.12.0...HEAD -[0.11.1]: https://github.com/laedit/new-tab-moment/compare/0.11.1...0.12.0 +[unreleased]: https://github.com/laedit/new-tab-moment/compare/0.12.1...HEAD +[0.11.1]: https://github.com/laedit/new-tab-moment/compare/0.11.1...0.12.1 [0.11.1]: https://github.com/laedit/new-tab-moment/compare/0.10.0...0.11.1 [0.10.0]: https://github.com/laedit/new-tab-moment/compare/0.9.7...0.10.0 [0.9.7]: https://github.com/laedit/new-tab-moment/compare/0.8.0...0.9.7 diff --git a/src/manifest.json b/src/manifest.json index d03b59f..30f2cca 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "New Tab - Moment", "short_name": "new-tab-moment", - "version": "0.11.1", + "version": "0.12.1", "description": "A minimalist clock on the new tab page showing the current time, date, and weather. Based on Moment from Alfred Xing.", "author": "laedit", "homepage_url": "https://github.com/laedit/new-tab-moment",