Skip to content

Commit 196b481

Browse files
Merge pull request #1376 from Instabug/release/14.3.0
release: 14.3.0
2 parents 0559d10 + cb15ca2 commit 196b481

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v14.1.0...dev)
3+
## [14.3.0](https://github.com/Instabug/Instabug-React-Native/compare/v14.1.0...14.3.0)
44

55
### Added
66

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
5858
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
5959
versionCode 1
60-
versionName "14.1.0"
60+
versionName "14.3.0"
6161
multiDexEnabled true
6262
ndk {
6363
abiFilters "armeabi-v7a", "x86"

examples/default/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ PODS:
16231623
- ReactCommon/turbomodule/bridging
16241624
- ReactCommon/turbomodule/core
16251625
- Yoga
1626-
- RNInstabug (14.1.0):
1626+
- RNInstabug (14.3.0):
16271627
- Instabug (= 14.3.0)
16281628
- React-Core
16291629
- RNReanimated (3.16.1):
@@ -2084,7 +2084,7 @@ SPEC CHECKSUMS:
20842084
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
20852085
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
20862086
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
2087-
RNInstabug: 4e49b8da38b1f6a0fdeca226cec844d553c8d785
2087+
RNInstabug: c55b6c697b39d3cbe51b1ab9b729f0b55ed619f1
20882088
RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb
20892089
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
20902090
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d

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": "14.1.0",
4+
"version": "14.3.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)