Skip to content

Commit 9cda0e5

Browse files
committed
Version 4.6.1
1 parent 3e36767 commit 9cda0e5

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ let package = Package(
5656
dependencies: [
5757
.package(
5858
url: "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/",
59-
.upToNextMajor(from: "4.6.0")
59+
.upToNextMajor(from: "4.6.1")
6060
)
6161
],
6262
targets: [.target(name: "<Your Target Name>", dependencies: ["NordicDFU"])]

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
### Changelog
2+
- **4.6.1**
3+
- Bugfix: DFU stability improved for DFU from SDK 15 and newer.
4+
- Improvement: DFU tests for SDK 15.3 and 16 added.
5+
- Bugfix: MInor issue fixed in the sample app.
6+
27
- **4.6.0**
38
- Feature: Automatic retrying DFU on disconnection during update.
49
- Bugfix: Some delegates were called on a wrong queue (#339).

iOSDFULibrary.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "iOSDFULibrary"
3-
s.version = "4.6.0"
3+
s.version = "4.6.1"
44
s.summary = "This repository contains a tested library for iOS 9+ devices to perform Device Firmware Update on the nRF5x devices"
55
s.description = <<-DESC
66
The nRF5x Series chips are flash-based SoCs, and as such they represent the most flexible solution available. A key feature of the nRF5x Series and their associated software architecture and S-Series SoftDevices is the possibility for Over-The-Air Device Firmware Upgrade (OTA-DFU). See Figure 1. OTA-DFU allows firmware upgrades to be issued and downloaded to products in the field via the cloud and so enables OEMs to fix bugs and introduce new features to products that are already out on the market. This brings added security and flexibility to product development when using the nRF5x Series SoCs.

0 commit comments

Comments
 (0)