Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 17, 2023
1 parent 1c614b2 commit f2422b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Example/nRF Mesh.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CODE_SIGN_ENTITLEMENTS = "nRF Mesh.entitlements";
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = P3R8YQEV4L;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Source/Info.plist;
Expand All @@ -1568,7 +1568,7 @@
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 4.0.0;
MARKETING_VERSION = 4.0.1;
MODULE_NAME = ExampleApp;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nRFProvisioner;
Expand All @@ -1588,7 +1588,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CODE_SIGN_ENTITLEMENTS = "nRF Mesh.entitlements";
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = P3R8YQEV4L;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Source/Info.plist;
Expand All @@ -1601,7 +1601,7 @@
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
LINK_WITH_STANDARD_LIBRARIES = YES;
MARKETING_VERSION = 4.0.0;
MARKETING_VERSION = 4.0.1;
MODULE_NAME = ExampleApp;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.nordicsemi.nRFProvisioner;
Expand Down
2 changes: 1 addition & 1 deletion SETTING_UP.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Using CocoaPods:
You can use [Swift Package Manager](https://swift.org/package-manager/) and specify dependency in `Package.swift` by adding this:

```swift
.package(url: "https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library", .upToNextMinor(from: "4.0.0"))
.package(url: "https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library", .upToNextMinor(from: "4.0.1"))
```

Also, have a look at [Swift Package Manager @ CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift/blob/master/README.md#swift-package-manager).
Expand Down
2 changes: 1 addition & 1 deletion nRFMeshProvision.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = 'nRFMeshProvision'
s.version = '4.0.0'
s.version = '4.0.1'
s.summary = 'A Bluetooth Mesh library'
s.description = <<-DESC
nRF Mesh is a Bluetooth mesh compliant library supporting features such as provisioning, configuration and control of Bluetooth mesh nodes.
Expand Down

0 comments on commit f2422b8

Please sign in to comment.