diff --git a/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj b/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj index 4af4d8c..eb964d6 100644 --- a/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj +++ b/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj @@ -540,7 +540,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.3; + MARKETING_VERSION = 1.2.4; PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nrfconnect.devicemanager; PRODUCT_NAME = "Device Manager"; SWIFT_VERSION = 5.0; @@ -563,7 +563,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.3; + MARKETING_VERSION = 1.2.4; PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nrfconnect.devicemanager; PRODUCT_NAME = "Device Manager"; SWIFT_VERSION = 5.0; diff --git a/iOSMcuManagerLibrary.podspec b/iOSMcuManagerLibrary.podspec index 566061c..0a93bbc 100644 --- a/iOSMcuManagerLibrary.podspec +++ b/iOSMcuManagerLibrary.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "iOSMcuManagerLibrary" - s.version = "1.2.3" + s.version = "1.2.4" 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"