commit 28e1e0444a3ba4a95be6823aed0b6bb2f3fda289
parent 4077d7952ed88eb15d59a5720312908794e89367
Author: Michael Camilleri <[email protected]>
Date: Fri, 17 Jul 2026 14:37:47 +0900
Bump version number
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Crossmate/Info.plist b/Crossmate/Info.plist
@@ -33,7 +33,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.0.3</string>
+ <string>1.0.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CKSharingSupported</key>
diff --git a/NotificationService/Info.plist b/NotificationService/Info.plist
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
- <string>1.0.3</string>
+ <string>1.0.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSExtension</key>
diff --git a/project.yml b/project.yml
@@ -37,7 +37,7 @@ targets:
path: Crossmate/Info.plist
properties:
CFBundleDisplayName: Crossmate
- CFBundleShortVersionString: "1.0.3"
+ CFBundleShortVersionString: "1.0.4"
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
ITSAppUsesNonExemptEncryption: false
CADisableMinimumFrameDurationOnPhone: true
@@ -125,7 +125,7 @@ targets:
path: NotificationService/Info.plist
properties:
CFBundleDisplayName: Crossmate Notification Service
- CFBundleShortVersionString: "1.0.3"
+ CFBundleShortVersionString: "1.0.4"
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
NSExtension:
NSExtensionPointIdentifier: com.apple.usernotifications.service