diff --git a/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj b/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj index 976fa36..5665837 100644 --- a/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj +++ b/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj @@ -537,7 +537,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.6; PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nrfconnect.devicemanager; PRODUCT_NAME = "Device Manager"; SWIFT_VERSION = 5.0; @@ -561,7 +561,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.6; PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nrfconnect.devicemanager; PRODUCT_NAME = "Device Manager"; SWIFT_VERSION = 5.0; diff --git a/iOSMcuManagerLibrary.podspec b/iOSMcuManagerLibrary.podspec index 699e5da..599b04f 100644 --- a/iOSMcuManagerLibrary.podspec +++ b/iOSMcuManagerLibrary.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "iOSMcuManagerLibrary" - s.version = "1.5.4" + s.version = "1.6" s.license = { :type => "Apache 2.0", :file => "LICENSE" } s.summary = "A mobile management library for devices running Apache Mynewt or Zephyr." s.homepage = "https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager"