Bump versions

This commit is contained in:
Garth Vander Houwen 2024-08-01 07:11:41 -07:00
parent 33978592d3
commit f7e48602f0
3 changed files with 3 additions and 3 deletions

View file

@ -1634,7 +1634,7 @@
INFOPLIST_FILE = Meshtastic/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Meshtastic;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
IPHONEOS_DEPLOYMENT_TARGET = 16.6;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",

View file

@ -13,7 +13,7 @@ struct Firmware: View {
@Environment(\.managedObjectContext) var context
@EnvironmentObject var bleManager: BLEManager
var node: NodeInfoEntity?
@State var minimumVersion = "2.3.15"
@State var minimumVersion = "2.4.0"
@State var version = ""
@State private var currentDevice: DeviceHardware?
@State private var latestStable: FirmwareRelease?

@ -1 +1 @@
Subproject commit 10494bf328ac051fc4add9ddeb677eebf337b531
Subproject commit 976748839fafcf0049bb364fe2c7226a194d18a9