From f9843c6f2b93f5608d177ce04891dae15eaab081 Mon Sep 17 00:00:00 2001 From: James Moschou Date: Mon, 13 Jul 2026 21:34:51 +0200 Subject: [PATCH] Update bundle version to 0.4.0 --- Xcode/Configs/Compute.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xcode/Configs/Compute.xcconfig b/Xcode/Configs/Compute.xcconfig index acbc7b2..7094520 100644 --- a/Xcode/Configs/Compute.xcconfig +++ b/Xcode/Configs/Compute.xcconfig @@ -34,7 +34,7 @@ USE_HEADERMAP = NO CODE_SIGN_STYLE = Automatic CURRENT_PROJECT_VERSION = 1 -MARKETING_VERSION = 0.3.0 +MARKETING_VERSION = 0.4.0 ENABLE_MODULE_VERIFIER = YES MODULE_VERIFIER_SUPPORTED_LANGUAGES = objective-c objective-c++