commit 817c68f253277f3e99f49dc98b23b6d0a3b17242
parent f4bcf5ee49520c7317b175502c8ddc6c19e14e5f
Author: Michael Camilleri <[email protected]>
Date: Tue, 28 Jul 2026 15:39:25 +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.1.0</string>
+ <string>1.2.0</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.1.0</string>
+ <string>1.2.0</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.1.0"
+ CFBundleShortVersionString: "1.2.0"
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
ITSAppUsesNonExemptEncryption: false
CADisableMinimumFrameDurationOnPhone: true
@@ -125,7 +125,7 @@ targets:
path: NotificationService/Info.plist
properties:
CFBundleDisplayName: Crossmate Notification Service
- CFBundleShortVersionString: "1.1.0"
+ CFBundleShortVersionString: "1.2.0"
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
NSExtension:
NSExtensionPointIdentifier: com.apple.usernotifications.service