Skip to content

Commit 3ef167f

Browse files
committed
release 4.9.0
1 parent 988ae8c commit 3ef167f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

4+
Version 4.9.0 *(2018-01-15)*
5+
----------------------------
6+
* Introduce visual user steps
7+
* Various bug fixes
8+
49
Version 4.8.1 *(2018-01-10)*
510
----------------------------
611
* Fix bug with setAttachmentTypesEnabled API

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.8.1'
18+
implementation 'com.instabug.library:instabug:4.9.0'
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.8.1</version>
27+
<version>4.9.0</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.8.1') {
52+
implementation('com.instabug.library:instabug:4.9.0') {
5353
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
5454
// exclude group: 'io.reactivex'
5555

0 commit comments

Comments
 (0)