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 220ba4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
macos:
name: "Build release on MacOS"
runs-on: macos-12
runs-on: macos-13
if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
Expand Down
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 220ba4b

Please sign in to comment.