From 1a20990b9fd991ea48e53e926fb12e4171b5f272 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 26 Nov 2022 17:39:45 -0800 Subject: [PATCH] Bump version to 2.0.6 --- Meshtastic.xcodeproj/project.pbxproj | 4 ++-- Meshtastic/Helpers/BLEManager.swift | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Meshtastic.xcodeproj/project.pbxproj b/Meshtastic.xcodeproj/project.pbxproj index bdeb8284..e2de45de 100644 --- a/Meshtastic.xcodeproj/project.pbxproj +++ b/Meshtastic.xcodeproj/project.pbxproj @@ -971,7 +971,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.0.5; + MARKETING_VERSION = 2.0.6; PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTS_MACCATALYST = YES; @@ -1004,7 +1004,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.0.5; + MARKETING_VERSION = 2.0.6; PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTS_MACCATALYST = YES; diff --git a/Meshtastic/Helpers/BLEManager.swift b/Meshtastic/Helpers/BLEManager.swift index 32c7646b..c93cee1b 100644 --- a/Meshtastic/Helpers/BLEManager.swift +++ b/Meshtastic/Helpers/BLEManager.swift @@ -882,7 +882,6 @@ class BLEManager: NSObject, ObservableObject, CBCentralManagerDelegate, CBPeriph var dataMessage = DataMessage() dataMessage.payload = try! adminPacket.serializedData() dataMessage.portnum = PortNum.adminApp - meshPacket.decoded = dataMessage var toRadio: ToRadio!