diff --git a/CHANGELOG.md b/CHANGELOG.md index c29d208..ca1cc1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.1] - 2025-01-01 + +* Fix published binary to reflect `1.4.x` instead of `1.3.x` + ## [1.4.0] - 2024-11-23 * Add usage example to README (#40) @@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * This is the initial release -[Unreleased]: https://github.com/chipsenkbeil/choose/compare/1.4.0...HEAD +[Unreleased]: https://github.com/chipsenkbeil/choose/compare/1.4.1...HEAD +[1.4.1]: https://github.com/chipsenkbeil/choose/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/chipsenkbeil/choose/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/chipsenkbeil/choose/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/chipsenkbeil/choose/compare/1.2.1...1.3.0 diff --git a/Info.plist b/Info.plist index 3881f3f..91a5f78 100644 --- a/Info.plist +++ b/Info.plist @@ -9,15 +9,15 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleShortVersionString - 1.3.1 + 1.4.1 CFBundleVersion - 1.3.1 + 1.4.1 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright - Copyright © 2023 Chip Senkbeil. All rights reserved. + Copyright © 2025 Chip Senkbeil. All rights reserved. NSPrincipalClass NSApplication LSUIElement