Skip to content

Commit 1fc620f

Browse files
committed
chore(ios): bump sdk to v13.4.2
1 parent 6ac79ce commit 1fc620f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
### Changed
1111

12-
- Bump Instabug iOS SDK to v13.4.1 ([#1285](https://github.com/Instabug/Instabug-React-Native/pull/1285)). See release notes for [13.4.0](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.0) and [13.4.1](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.1).
12+
- Bump Instabug iOS SDK to v13.4.2 ([#1285](https://github.com/Instabug/Instabug-React-Native/pull/1285)). See release notes for [13.4.0](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.0), [13.4.1](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.1) and [13.4.2](https://github.com/Instabug/Instabug-iOS/releases/tag/13.4.2).
1313
- Bump Instabug Android SDK to v13.4.1 ([#1285](https://github.com/Instabug/Instabug-React-Native/pull/1285)). See release notes for [13.4.0](https://github.com/Instabug/Instabug-Android/releases/tag/v13.4.0) and [13.4.1](https://github.com/Instabug/Instabug-Android/releases/tag/v13.4.1).
1414

1515
### Fixed

examples/default/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PODS:
3838
- hermes-engine (0.72.3):
3939
- hermes-engine/Pre-built (= 0.72.3)
4040
- hermes-engine/Pre-built (0.72.3)
41-
- Instabug (13.4.1)
41+
- Instabug (13.4.2)
4242
- instabug-reactnative-ndk (0.1.0):
4343
- RCT-Folly (= 2021.07.22.00)
4444
- React-Core
@@ -476,7 +476,7 @@ PODS:
476476
- RCT-Folly (= 2021.07.22.00)
477477
- React-Core
478478
- RNInstabug (13.4.0):
479-
- Instabug (= 13.4.1)
479+
- Instabug (= 13.4.2)
480480
- React-Core
481481
- RNReanimated (3.5.4):
482482
- DoubleConversion
@@ -704,7 +704,7 @@ SPEC CHECKSUMS:
704704
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
705705
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
706706
hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322
707-
Instabug: 896a318fb64b282832e0eda6fce489dac74b5d48
707+
Instabug: 7a71890217b97b1e32dbca96661845396b66da2f
708708
instabug-reactnative-ndk: 960119a69380cf4cbe47ccd007c453f757927d17
709709
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
710710
OCMock: 300b1b1b9155cb6378660b981c2557448830bdc6
@@ -748,7 +748,7 @@ SPEC CHECKSUMS:
748748
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
749749
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
750750
RNGestureHandler: 6e46dde1f87e5f018a54fe5d40cd0e0b942b49ee
751-
RNInstabug: 6d31210aee551b97ee924979fb285a7f071d71c2
751+
RNInstabug: 8e7eb1df3f35b935dda661f5bb475f37cef595e6
752752
RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87
753753
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
754754
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9

ios/native.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$instabug = { :version => '13.4.1' }
1+
$instabug = { :version => '13.4.2' }
22

33
def use_instabug! (spec = nil)
44
version = $instabug[:version]

0 commit comments

Comments
 (0)