crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 0400549e98857de1490a84f322cd8e8a3e7e1044
parent c23765286a5321f8029d158d3c9202a47a3a528e
Author: Michael Camilleri <[email protected]>
Date:   Wed,  8 Jul 2026 19:18:55 +0900

Bump version number

Diffstat:
MCrossmate/Info.plist | 2+-
MNotificationService/Info.plist | 2+-
Mproject.yml | 4++--
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.0</string> + <string>1.0.1</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.0</string> + <string>1.0.1</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.0" + CFBundleShortVersionString: "1.0.1" 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.0" + CFBundleShortVersionString: "1.0.1" CFBundleVersion: $(CURRENT_PROJECT_VERSION) NSExtension: NSExtensionPointIdentifier: com.apple.usernotifications.service