Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Jul 26, 2017
1 parent 734cba2 commit 59c6dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.0.7'
compile 'com.github.pedrovgs:lynx:1.1.0'
}
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ POM_NAME=Lynx
POM_ARTIFACT_ID=lynx
POM_PACKAGING=aar

VERSION_NAME=1.0.9-SNAPSHOT
VERSION_CODE=010009
VERSION_NAME=1.1.0
VERSION_CODE=010100
GROUP=com.github.pedrovgs

POM_DESCRIPTION=Android library created to show a custom view with all the information logcat is printing.
Expand Down

0 comments on commit 59c6dd8

Please sign in to comment.