From 4000054c561b8f48c3335b6c8aa3ff2d627f6820 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 17 Aug 2022 07:25:51 -0700 Subject: [PATCH 1/2] Update project.pbxproj Bump version --- Meshtastic.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meshtastic.xcodeproj/project.pbxproj b/Meshtastic.xcodeproj/project.pbxproj index f8cf8487..62d23873 100644 --- a/Meshtastic.xcodeproj/project.pbxproj +++ b/Meshtastic.xcodeproj/project.pbxproj @@ -897,7 +897,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3.38; + MARKETING_VERSION = 1.3.39; PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTS_MACCATALYST = YES; @@ -929,7 +929,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3.38; + MARKETING_VERSION = 1.3.39; PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTS_MACCATALYST = YES; From 6a4df7872dab6c896e6f3b498343d582dca516e0 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 17 Aug 2022 07:28:46 -0700 Subject: [PATCH 2/2] Update Connect.swift --- Meshtastic/Views/Bluetooth/Connect.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Bluetooth/Connect.swift b/Meshtastic/Views/Bluetooth/Connect.swift index 07ceaffd..21a46f62 100644 --- a/Meshtastic/Views/Bluetooth/Connect.swift +++ b/Meshtastic/Views/Bluetooth/Connect.swift @@ -20,7 +20,7 @@ struct Connect: View { @State var isPreferredRadio: Bool = false @State var firmwareVersion = "0.0.0" - @State var minimumVersion = "1.3.38" + @State var minimumVersion = "1.3.39" @State var invalidVersion = false var body: some View {