Skip to content

Commit

Permalink
Update README with version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Carballo committed Jul 3, 2014
1 parent 291553d commit 35efa91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ Setup
#### 1. Gradle
```groovy
dependencies {
compile 'uk.co.ribot:easyadapter:1.0.1'
compile 'uk.co.ribot:easyadapter:1.1.+'
}
```
#### 2. Maven
```xml
<dependency>
<groupId>uk.co.ribot</groupId>
<artifactId>easyadapter</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```
#### 3. Manual

Download the __[latest Jar](https://raw.github.com/ribot/EasyAdapter/master/downloads/easyadapter-1.0.1.jar)__
Download the __[latest Jar](https://raw.github.com/ribot/EasyAdapter/master/downloads/easyadapter-1.1.0.jar)__

Examples
--------------
Expand Down

0 comments on commit 35efa91

Please sign in to comment.