Skip to content

Commit

Permalink
Prepare release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Aug 29, 2016
1 parent c7b42de commit df5766a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Or declare it into your pom.xml
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>renderers</artifactId>
<version>3.0.0</version>
<version>3.2.0</version>
<type>aar</type>
</dependency>
```
Expand All @@ -213,7 +213,7 @@ Or declare it into your pom.xml
Or into your build.gradle
```groovy
dependencies{
compile 'com.github.pedrovgs:renderers:3.0.0'
compile 'com.github.pedrovgs:renderers:3.2.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ POM_NAME=Renderers
POM_ARTIFACT_ID=renderers
POM_PACKAGING=aar

VERSION_NAME=3.1.1-SNAPSHOT
VERSION_CODE=300101
VERSION_NAME=3.2.0
VERSION_CODE=300200
GROUP=com.github.pedrovgs

POM_DESCRIPTION=Android library to avoid duplicated adapters code
Expand Down

0 comments on commit df5766a

Please sign in to comment.