Skip to content

Commit aa16bfa

Browse files
committed
release v4.9.1
1 parent 3ef167f commit aa16bfa

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
Version 4.9.1 *(2018-01-29)*
5+
----------------------------
6+
* Various bug fixes
7+
48
Version 4.9.0 *(2018-01-15)*
59
----------------------------
610
* Introduce visual user steps

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Using Instabug is as easy as "Get ready, Get set, Go".
1515

1616
Grab via Gradle:
1717
```groovy
18-
implementation 'com.instabug.library:instabug:4.9.0'
18+
implementation 'com.instabug.library:instabug:4.9.1'
1919
```
2020
2121
or via Maven: (if you're that kind of person :bowtie:)
@@ -24,7 +24,7 @@ Using Instabug is as easy as "Get ready, Get set, Go".
2424
<dependency>
2525
<groupId>com.instabug.library</groupId>
2626
<artifactId>instabug</artifactId>
27-
<version>4.9.0</version>
27+
<version>4.9.1</version>
2828
</dependency>
2929
```
3030

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
5050
// implementation 'io.reactivex:rxjava:1.0.13'
5151
// implementation 'io.reactivex:rxandroid:1.0.1'
52-
implementation('com.instabug.library:instabug:4.9.0') {
52+
implementation('com.instabug.library:instabug:4.9.1') {
5353
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
5454
// exclude group: 'io.reactivex'
5555

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.0.0'
9+
classpath 'com.android.tools.build:gradle:3.0.1'
1010
}
1111
}
1212

0 commit comments

Comments
 (0)