Skip to content

Commit 2716489

Browse files
sanity: v16.0.0
1 parent 40bfc35 commit 2716489

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/native.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext.instabug = [
2-
version: '15.0.1'
2+
version: '16.0.0'
33
]
44

55
dependencies {

examples/default/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PODS:
3131
- hermes-engine (0.75.4):
3232
- hermes-engine/Pre-built (= 0.75.4)
3333
- hermes-engine/Pre-built (0.75.4)
34-
- Instabug (15.1.1)
34+
- Instabug (16.0.0)
3535
- instabug-reactnative-ndk (0.1.0):
3636
- DoubleConversion
3737
- glog
@@ -1625,8 +1625,8 @@ PODS:
16251625
- ReactCommon/turbomodule/bridging
16261626
- ReactCommon/turbomodule/core
16271627
- Yoga
1628-
- RNInstabug (15.0.2):
1629-
- Instabug (= 15.1.1)
1628+
- RNInstabug (16.0.0):
1629+
- Instabug (= 16.0.0)
16301630
- React-Core
16311631
- RNReanimated (3.16.1):
16321632
- DoubleConversion
@@ -2022,7 +2022,7 @@ SPEC CHECKSUMS:
20222022
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
20232023
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
20242024
hermes-engine: ea92f60f37dba025e293cbe4b4a548fd26b610a0
2025-
Instabug: 3e7af445c14d7823fcdecba223f09b5f7c0c6ce1
2025+
Instabug: b891b31d33e5cd42b69aab21d32684c656bd292e
20262026
instabug-reactnative-ndk: d765ac289d56e8896398d02760d9abf2562fc641
20272027
OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74
20282028
RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740
@@ -2090,7 +2090,7 @@ SPEC CHECKSUMS:
20902090
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
20912091
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
20922092
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
2093-
RNInstabug: c4d26c830b40c474422012d1a216d8ea37c88151
2093+
RNInstabug: abe8381b594fea43eddceb6f01a53a6bf380a967
20942094
RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb
20952095
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
20962096
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d

ios/native.rb

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "instabug-reactnative",
33
"description": "React Native plugin for integrating the Instabug SDK",
4-
"version": "15.0.2",
4+
"version": "16.0.0",
55
"author": "Instabug (https://instabug.com)",
66
"repository": "github:Instabug/Instabug-React-Native",
77
"homepage": "https://www.instabug.com/platforms/react-native",

0 commit comments

Comments
 (0)