Skip to content

Commit 37830a3

Browse files
authored
[MOB-10376] Release v11.3.0 (#794)
* Bump version to 11.3.0 * Update release date * Bump e2e_ios resource class to large
1 parent e99b333 commit 37830a3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
e2e_ios:
117117
macos:
118118
xcode: 13.4.1
119+
resource_class: large
119120
working_directory: ~/project/example
120121
environment:
121122
FL_OUTPUT_DIR: output

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 11.3.0 (2022-10-11)
22

33
* Bumps Instabug Android SDK to v11.5.1
44
* Bumps Instabug iOS SDK to v11.3.0

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
1616
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
1717
versionCode 1
18-
versionName "11.2.0"
18+
versionName "11.3.0"
1919
multiDexEnabled true
2020
ndk {
2121
abiFilters "armeabi-v7a", "x86"

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