From 6a4df7872dab6c896e6f3b498343d582dca516e0 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 17 Aug 2022 07:28:46 -0700 Subject: [PATCH] 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 {