Skip to content

Commit

Permalink
Update Info.plist to use 1.4.1 as version
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Jan 1, 2025
1 parent dd82d1a commit 5342558
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.4.1</string>
<key>CFBundleVersion</key>
<string>1.3.1</string>
<string>1.4.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2023 Chip Senkbeil. All rights reserved.</string>
<string>Copyright © 2025 Chip Senkbeil. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSUIElement</key>
Expand Down

0 comments on commit 5342558

Please sign in to comment.