Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 935ae85

Browse files
DavidMina96HeshamMegid
authored andcommitted
[MOB-12241] Bump iOS SDK to v11.10.1 (#964)
1 parent 0900b4c commit 935ae85

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Changed
1010

1111
- Bump Instabug Android SDK to v11.11.0 ([#963](https://github.com/Instabug/Instabug-React-Native/pull/963)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v11.11.0).
12+
- Bump Instabug iOS SDK to v11.10.1 ([#964](https://github.com/Instabug/Instabug-Flutter/pull/964)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/11.10.1).
1213
- Return a `Promise` from the below APIs ([#948](https://github.com/Instabug/Instabug-React-Native/pull/948)):
1314

1415
- `Instabug.getTags`

examples/default/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ PODS:
7272
- FlipperKit/FlipperKitNetworkPlugin
7373
- fmt (6.2.1)
7474
- glog (0.3.5)
75-
- Instabug (11.9.0)
75+
- Instabug (11.10.1)
7676
- libevent (2.1.12)
7777
- OCMock (3.9.1)
7878
- OpenSSL-Universal (1.1.180)
@@ -342,7 +342,7 @@ PODS:
342342
- React-logger (= 0.66.0)
343343
- React-perflogger (= 0.66.0)
344344
- RNInstabug (11.9.1):
345-
- Instabug (= 11.9.0)
345+
- Instabug (= 11.10.1)
346346
- React-Core
347347
- RNScreens (3.20.0):
348348
- React-Core
@@ -524,7 +524,7 @@ SPEC CHECKSUMS:
524524
FlipperKit: d8d346844eca5d9120c17d441a2f38596e8ed2b9
525525
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
526526
glog: 5337263514dd6f09803962437687240c5dc39aa4
527-
Instabug: 1d21096fdadbc1f26cd2fc2322ff8e060a611237
527+
Instabug: 8b0fcb6dd1bb91ae30a80176431d3e7f57ec3c4f
528528
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
529529
OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
530530
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
@@ -553,7 +553,7 @@ SPEC CHECKSUMS:
553553
React-RCTVibration: 53b92d54b923283638cb0186da7a5c2d2b70a49b
554554
React-runtimeexecutor: 4bb657a97aa74568d9ed634c8bd478299bb8a3a6
555555
ReactCommon: eb059748e842a1a86025ebbd4ac9d99e74492f88
556-
RNInstabug: c24a8e0b0c4d411e0e8b088028ea1b2dd8fac823
556+
RNInstabug: 8848bc44e7c160a816fe6b8b421d46115d0f645b
557557
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
558558
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
559559
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8

ios/native.rb

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

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

0 commit comments

Comments
 (0)