Skip to content

Commit 91c5d7b

Browse files
committed
chore(ios): bump sdk to v13.4.1
1 parent 4575dd7 commit 91c5d7b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.0)
41+
- Instabug (13.4.1)
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.0)
479+
- Instabug (= 13.4.1)
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: 183aa1e038d01ddc000f06835f46a9ea1f6c992b
707+
Instabug: 896a318fb64b282832e0eda6fce489dac74b5d48
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: 082e4fc486a6f92e7db3d90623772660c0a3dc43
751+
RNInstabug: 6d31210aee551b97ee924979fb285a7f071d71c2
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.0' }
1+
$instabug = { :version => '13.4.1' }
22

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

0 commit comments

Comments
 (0)