Skip to content

Commit

Permalink
[MOB-10376] Release v11.3.0 (#794)
Browse files Browse the repository at this point in the history
* Bump version to 11.3.0

* Update release date

* Bump e2e_ios resource class to large
  • Loading branch information
DavidMina96 authored Oct 11, 2022
1 parent e99b333 commit 37830a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
e2e_ios:
macos:
xcode: 13.4.1
resource_class: large
working_directory: ~/project/example
environment:
FL_OUTPUT_DIR: output
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 11.3.0 (2022-10-11)

* Bumps Instabug Android SDK to v11.5.1
* Bumps Instabug iOS SDK to v11.3.0
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
versionCode 1
versionName "11.2.0"
versionName "11.3.0"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instabug-reactnative",
"description": "React Native plugin for integrating the Instabug SDK",
"version": "11.2.0",
"version": "11.3.0",
"author": "Instabug (https://instabug.com)",
"repository": "github:Instabug/Instabug-React-Native",
"homepage": "https://www.instabug.com/platforms/react-native",
Expand Down

0 comments on commit 37830a3

Please sign in to comment.