Skip to content

Commit

Permalink
Bumped Library and App Version Number to 1.2.4
Browse files Browse the repository at this point in the history
Will we be lucky?
  • Loading branch information
dinesharjani committed Jul 4, 2022
1 parent 9108a2e commit 1afb37e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/nRF Connect Device Manager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion iOSMcuManagerLibrary.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1afb37e

Please sign in to comment.