Skip to content

Commit 220ba4b

Browse files
committed
Update Info.plist to use 1.4.1 as version
1 parent dd82d1a commit 220ba4b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
macos:
1111
name: "Build release on MacOS"
12-
runs-on: macos-12
12+
runs-on: macos-13
1313
if: startsWith(github.ref, 'refs/tags/')
1414
permissions:
1515
contents: write

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.1] - 2025-01-01
11+
12+
* Fix published binary to reflect `1.4.x` instead of `1.3.x`
13+
1014
## [1.4.0] - 2024-11-23
1115

1216
* Add usage example to README (#40)
@@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5155

5256
* This is the initial release
5357

54-
[Unreleased]: https://github.com/chipsenkbeil/choose/compare/1.4.0...HEAD
58+
[Unreleased]: https://github.com/chipsenkbeil/choose/compare/1.4.1...HEAD
59+
[1.4.1]: https://github.com/chipsenkbeil/choose/compare/1.4.0...1.4.1
5560
[1.4.0]: https://github.com/chipsenkbeil/choose/compare/1.3.1...1.4.0
5661
[1.3.1]: https://github.com/chipsenkbeil/choose/compare/1.3.0...1.3.1
5762
[1.3.0]: https://github.com/chipsenkbeil/choose/compare/1.2.1...1.3.0

Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundleShortVersionString</key>
12-
<string>1.3.1</string>
12+
<string>1.4.1</string>
1313
<key>CFBundleVersion</key>
14-
<string>1.3.1</string>
14+
<string>1.4.1</string>
1515
<key>LSApplicationCategoryType</key>
1616
<string>public.app-category.productivity</string>
1717
<key>LSMinimumSystemVersion</key>
1818
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
1919
<key>NSHumanReadableCopyright</key>
20-
<string>Copyright © 2023 Chip Senkbeil. All rights reserved.</string>
20+
<string>Copyright © 2025 Chip Senkbeil. All rights reserved.</string>
2121
<key>NSPrincipalClass</key>
2222
<string>NSApplication</string>
2323
<key>LSUIElement</key>

0 commit comments

Comments
 (0)