Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Perform release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Aug 3, 2018
1 parent e8b44f7 commit 7aa05f8
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 @@ -387,7 +387,7 @@ Include the library in your ``build.gradle``

```groovy
dependencies{
compile 'com.karumi.rosie:rosie:3.0.1'
compile 'com.karumi.rosie:rosie:3.0.2'
}
```

Expand All @@ -397,7 +397,7 @@ or to your ``pom.xml`` if you are using Maven
<dependency>
<groupId>com.karumi.rosie</groupId>
<artifactId>rosie</artifactId>
<version>3.0.1</version>
<version>3.0.2</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 @@ -18,7 +18,7 @@ POM_NAME=rosie
POM_ARTIFACT_ID=rosie
POM_PACKAGING=aar

VERSION_NAME=3.0.2-SNAPSHOT
VERSION_NAME=3.0.2
VERSION_CODE=300020
GROUP=com.karumi.rosie

Expand Down

0 comments on commit 7aa05f8

Please sign in to comment.