Skip to content

Commit c40a92c

Browse files
Bump release versions
1 parent cf34f74 commit c40a92c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## master
1+
## v10.13.0 (2022-03-31)
22

3+
* Adds support for uploading debug symbols on Android to be used for crash deobfuscation
4+
* Adds Instabug Experiments APIs
5+
* Bumps Instabug native SDKs to v10.13
36
* Fixes iOS platform calls not completing with `void` return type
4-
* Adds Experiments APIs.
57

68
## v10.11.0 (2022-01-04)
79

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
}
3535
}
3636
dependencies {
37-
implementation 'com.instabug.library:instabug:10.11.1'
37+
implementation 'com.instabug.library:instabug:10.13.0'
3838
testImplementation 'junit:junit:4.12'
3939
}
4040

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'Instabug', '10.11.2'
18+
s.dependency 'Instabug', '10.13.0'
1919

2020
s.ios.deployment_target = '10.0'
2121
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug_flutter
2-
version: 10.11.0
2+
version: 10.13.0
33
description: >-
44
Deliver the best user experience through a comprehensive platform that will
55
help you uncover, analyze and fix any app performance, quality or stability issues.

0 commit comments

Comments
 (0)