Skip to content

Commit

Permalink
Prepare release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed May 1, 2017
1 parent 93a2dba commit c6d5d78
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 @@ -214,7 +214,7 @@ Or declare it into your pom.xml
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>renderers</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<type>aar</type>
</dependency>
```
Expand All @@ -223,7 +223,7 @@ Or declare it into your pom.xml
Or into your build.gradle
```groovy
dependencies{
compile 'com.github.pedrovgs:renderers:3.2.0'
compile 'com.github.pedrovgs:renderers:3.3.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.2.1-SNAPSHOT
VERSION_CODE=300201
VERSION_NAME=3.3.0
VERSION_CODE=030300
GROUP=com.github.pedrovgs

POM_DESCRIPTION=Android library to avoid duplicated adapters code
Expand Down

0 comments on commit c6d5d78

Please sign in to comment.