Skip to content

Commit 7876776

Browse files
Merge pull request #10 from Instabug/release/release-v3.0.4
Release Instabug-android : 3.0.4
2 parents 6eae50d + 618ebf6 commit 7876776

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 3.0.4 *(2016-10-19)*
5+
----------------------------
6+
7+
* Bug fixes
8+
49

510
Version 3.0.0 *(2016-10-16)*
611
----------------------------

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 your desired flavour via Gradle:
2424
```groovy
25-
compile 'com.instabug.library:instabug:3.0.0'
25+
compile 'com.instabug.library:instabug:3.0.4'
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>3.0.0</version>
34+
<version>3.0.4</version>
3535
</dependency>
3636
```
3737

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
// TODO add the following 2 lines if you exclude io.reactivex from Instabug
5353
// compile 'io.reactivex:rxjava:1.0.13'
5454
// compile 'io.reactivex:rxandroid:1.0.1'
55-
compile('com.instabug.library:instabug:3.0.0') {
55+
compile('com.instabug.library:instabug:3.0.4') {
5656
// TODO uncomment this line to exclude RxJava from Instabug and use your own version
5757
// exclude group: 'io.reactivex'
5858

0 commit comments

Comments
 (0)