Skip to content

Commit 05018a1

Browse files
committed
release v4.0.7
1 parent 5db7ccc commit 05018a1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

4-
Version 4.0.3 *(2017-03-22)*
4+
Version 4.0.7 *(2017-04-13)*
5+
----------------------------
6+
* Bug fixes
7+
8+
Version 4.0.6 *(2017-03-22)*
59
----------------------------
610
* Bug fixes
711

README.md

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

2323
Grab via Gradle:
2424
```groovy
25-
compile 'com.instabug.library:instabug:4.0.6'
25+
compile 'com.instabug.library:instabug:4.0.7'
2626
```
2727
2828
or via Maven: (if you're that kind of person :bowtie:)
@@ -31,7 +31,7 @@ Using Instabug is as easy as "Get ready, Get set, Go".
3131
<dependency>
3232
<groupId>com.instabug.library</groupId>
3333
<artifactId>instabug</artifactId>
34-
<version>4.0.6</version>
34+
<version>4.0.7</version>
3535
</dependency>
3636
```
3737

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
6161
// compile 'io.reactivex:rxjava:1.0.13'
6262
// compile 'io.reactivex:rxandroid:1.0.1'
63-
compile('com.instabug.library:instabug:4.0.6') {
63+
compile('com.instabug.library:instabug:4.0.7') {
6464
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
6565
// exclude group: 'io.reactivex'
6666

0 commit comments

Comments
 (0)