Skip to content

Commit 32b5ccd

Browse files
Merge pull request #149 from Matheuschn/master
Update iOSDFULibrary to fix compilation errors on XCode 13
2 parents c494e9c + d543d37 commit 32b5ccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nordic-dfu",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Nordic Device Firmware Update for React Native",
55
"main": "index.js",
66
"url": "https://github.com/Pilloxa/react-native-nordic-dfu",

react-native-nordic-dfu.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m}"
1717

1818
s.dependency 'React'
19-
s.dependency 'iOSDFULibrary', '~> 4.7.1'
19+
s.dependency 'iOSDFULibrary', '~> 4.11.1'
2020
end

0 commit comments

Comments
 (0)