Skip to content

Commit

Permalink
Update README.md with Release 1.1 information
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Feb 15, 2015
1 parent 1029b3e commit 310fd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Add Lynx dependency to your build.gradle
```groovy
dependencies{
compile 'com.github.pedrovgs:lynx:1.0'
compile 'com.github.pedrovgs:lynx:1.1'
}
```
Expand All @@ -105,7 +105,7 @@ Or add Lynx as a new dependency inside your pom.xml
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>lynx</artifactId>
<version>1.0</version>
<version>1.1</version>
<type>aar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 310fd67

Please sign in to comment.