File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
macos :
11
11
name : " Build release on MacOS"
12
- runs-on : macos-12
12
+ runs-on : macos-13
13
13
if : startsWith(github.ref, 'refs/tags/')
14
14
permissions :
15
15
contents : write
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.4.1] - 2025-01-01
11
+
12
+ * Fix published binary to reflect ` 1.4.x ` instead of ` 1.3.x `
13
+
10
14
## [ 1.4.0] - 2024-11-23
11
15
12
16
* Add usage example to README (#40 )
@@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
55
52
56
* This is the initial release
53
57
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
55
60
[ 1.4.0 ] : https://github.com/chipsenkbeil/choose/compare/1.3.1...1.4.0
56
61
[ 1.3.1 ] : https://github.com/chipsenkbeil/choose/compare/1.3.0...1.3.1
57
62
[ 1.3.0 ] : https://github.com/chipsenkbeil/choose/compare/1.2.1...1.3.0
Original file line number Diff line number Diff line change 9
9
<key >CFBundleInfoDictionaryVersion </key >
10
10
<string >6.0 </string >
11
11
<key >CFBundleShortVersionString </key >
12
- <string >1.3 .1 </string >
12
+ <string >1.4 .1 </string >
13
13
<key >CFBundleVersion </key >
14
- <string >1.3 .1 </string >
14
+ <string >1.4 .1 </string >
15
15
<key >LSApplicationCategoryType </key >
16
16
<string >public.app-category.productivity </string >
17
17
<key >LSMinimumSystemVersion </key >
18
18
<string >${MACOSX_DEPLOYMENT_TARGET} </string >
19
19
<key >NSHumanReadableCopyright </key >
20
- <string >Copyright © 2023 Chip Senkbeil. All rights reserved. </string >
20
+ <string >Copyright © 2025 Chip Senkbeil. All rights reserved. </string >
21
21
<key >NSPrincipalClass </key >
22
22
<string >NSApplication </string >
23
23
<key >LSUIElement </key >
You can’t perform that action at this time.
0 commit comments