Skip to content

Commit

Permalink
Prepare release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Jan 4, 2016
1 parent 979879c commit 8bb8a9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,15 @@ The sample code is using [ButterKnife][4] library to avoid initialize some entit
Usage
-----

Download the project, compile it using ```mvn clean install``` import ``renderers-2.0.3.aar`` into your project.
Download the project, compile it using ```mvn clean install``` import ``renderers-3.0.0.aar`` into your project.

Or declare it into your pom.xml

```xml
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>renderers</artifactId>
<version>2.0.3</version>
<version>3.0.0</version>
<type>aar</type>
</dependency>
```
Expand All @@ -204,7 +204,7 @@ Or declare it into your pom.xml
Or into your build.gradle
```groovy
dependencies{
compile 'com.github.pedrovgs:renderers:2.0.3'
compile 'com.github.pedrovgs:renderers:3.0.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=2.0.5-SNAPSHOT
VERSION_CODE=200005
VERSION_NAME=3.0.0
VERSION_CODE=300000
GROUP=com.github.pedrovgs

POM_DESCRIPTION=Android library to avoid duplicated adapters code
Expand Down

0 comments on commit 8bb8a9e

Please sign in to comment.