Skip to content

Commit 53105df

Browse files
authored
Update README.md
1 parent a8141f0 commit 53105df

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# ErrorHandler
22
[![Download](https://api.bintray.com/packages/workable/maven/ErrorHandler/images/download.svg) ](https://bintray.com/workable/maven/ErrorHandler/_latestVersion)
3-
[![Bintray](https://img.shields.io/bintray/v/workable/maven/ErrorHandler.svg?maxAge=2592000)](https://bintray.com/workable/maven/ErrorHandler)
43
[![Travis](https://travis-ci.org/Workable/java-error-handler.svg?branch=master)](https://travis-ci.org/Workable/java-error-handler)
54

65
> Error handling library for Android and Java
@@ -13,15 +12,15 @@ Download the [latest JAR](https://bintray.com/workable/maven/ErrorHandler/_lates
1312
<dependency>
1413
<groupId>com.workable</groupId>
1514
<artifactId>error-handler</artifactId>
16-
<version>1.0.0</version>
15+
<version>1.0.1</version>
1716
<type>pom</type>
1817
</dependency>
1918
```
2019

2120
or Gradle:
2221

2322
```groovy
24-
compile 'com.workable:error-handler:1.0.0'
23+
compile 'com.workable:error-handler:1.0.1'
2524
```
2625

2726

0 commit comments

Comments
 (0)