Skip to content

Commit

Permalink
Prepare release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Nov 2, 2015
1 parent dc050f9 commit 871e7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Add Lynx dependency to your build.gradle
```groovy
dependencies{
compile 'com.github.pedrovgs:lynx:1.5'
compile 'com.github.pedrovgs:lynx:1.6'
}
```
Expand All @@ -104,7 +104,7 @@ Or add Lynx as a new dependency inside your pom.xml
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>lynx</artifactId>
<version>1.5</version>
<version>1.6</version>
<type>aar</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ POM_NAME=Lynx
POM_ARTIFACT_ID=lynx
POM_PACKAGING=aar

VERSION_NAME=1.6-SNAPSHOT
VERSION_NAME=1.6
VERSION_CODE=7
GROUP=com.github.pedrovgs

Expand Down

0 comments on commit 871e7a7

Please sign in to comment.