Skip to content

Commit ef1a9e5

Browse files
committed
[packaging] Bump the bundle to 0.1.1
Carries the whisper decoder-flag fix (6a55ca8) and the ad-hoc signing refusal (8618156, 59121e3). CFBundleVersion goes to 2 alongside it — macOS compares that, not the display string, when deciding whether an installed bundle is newer. pyproject.toml stays at 0.1.0 deliberately: it is a test harness, not a package, and nothing imports tacet. Tying it to the app version would imply a release channel that does not exist. Solves: version bump for the v0.1.1 release Tests: none — a version string with no behaviour attached
1 parent 59121e3 commit ef1a9e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

swift/Packaging/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundlePackageType</key>
1212
<string>APPL</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0.1.0</string>
14+
<string>0.1.1</string>
1515
<key>CFBundleVersion</key>
16-
<string>1</string>
16+
<string>2</string>
1717
<key>LSMinimumSystemVersion</key>
1818
<string>13.0</string>
1919
<key>LSUIElement</key>

0 commit comments

Comments
 (0)