Skip to content

Commit add49b4

Browse files
authored
💎 Bump version to 1.0.0-beta.4
* 💎 Bump version to 1.0.0-beta.4 * ⬆️ Update Android native version 8.4.0.2
1 parent af9d575 commit add49b4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 1.0.0-beta.4 (2019-06-25)
2+
3+
* Fixes crash on Android on launching the sample app.
4+
15
## Version 1.0.0-beta.3 (2019-05-28)
26

37
* Fixes `Locale` enum name collision with `dart.ui` library. Use `IBGLocale` instead.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ android {
3434
}
3535

3636
dependencies {
37-
implementation 'com.instabug.library:instabug:8.4.0.0'
37+
implementation 'com.instabug.library:instabug:8.4.0.2'
3838
testImplementation 'junit:junit:4.12'
3939
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug
2-
version: 1.0.0-beta.3
2+
version: 1.0.0-beta.4
33
description: >-
44
Instabug is an in-app feedback and bug reporting tool for mobile apps.
55
With just a simple shake, your users or beta testers can report bugs or

0 commit comments

Comments
 (0)