From 18a80eeb33fb3485e3706d9b575017514e0c20ae Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Mon, 19 Sep 2022 15:54:02 -0700 Subject: [PATCH] bump version --- 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 405cff0d..c6e6de9d 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.40" + @State var minimumVersion = "1.3.41" @State var invalidVersion = false var body: some View {