From c52c53192a5a16ccfc14bfac0b73fe3faa11f67c Mon Sep 17 00:00:00 2001 From: lkasso Date: Mon, 27 Jul 2026 20:58:30 -0700 Subject: [PATCH] Bump marketing version to 10.1 Everything since the v10.0 prep ships in this release: group logging, the fusion polish (real case model, tared 3D view, calibration badge, replay, richer CSV), the brand-orange design, foreign-log download, and the session-history improvements. 10.1 is safe regardless of the uploaded-but-unreleased 10.0 build's state in App Store Connect. Build number stays untouched - Xcode manages it during upload. Co-Authored-By: Claude Fable 5 --- Apps/MetaWear/MetaWearApp.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/MetaWear/MetaWearApp.xcodeproj/project.pbxproj b/Apps/MetaWear/MetaWearApp.xcodeproj/project.pbxproj index 72a740e..4b58c24 100644 --- a/Apps/MetaWear/MetaWearApp.xcodeproj/project.pbxproj +++ b/Apps/MetaWear/MetaWearApp.xcodeproj/project.pbxproj @@ -428,7 +428,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 10.0; + MARKETING_VERSION = 10.1; PRODUCT_BUNDLE_IDENTIFIER = com.mbientlab.MetaWearApp; PRODUCT_MODULE_NAME = MetaWearApp; PRODUCT_NAME = MetaWearApp; @@ -465,7 +465,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 10.0; + MARKETING_VERSION = 10.1; PRODUCT_BUNDLE_IDENTIFIER = com.mbientlab.MetaWearApp; PRODUCT_MODULE_NAME = MetaWearApp; PRODUCT_NAME = MetaWearApp;