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

Commit 7aa05f8

Browse files
committed
Perform release 3.0.2
1 parent e8b44f7 commit 7aa05f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Include the library in your ``build.gradle``
387387

388388
```groovy
389389
dependencies{
390-
compile 'com.karumi.rosie:rosie:3.0.1'
390+
compile 'com.karumi.rosie:rosie:3.0.2'
391391
}
392392
```
393393

@@ -397,7 +397,7 @@ or to your ``pom.xml`` if you are using Maven
397397
<dependency>
398398
<groupId>com.karumi.rosie</groupId>
399399
<artifactId>rosie</artifactId>
400-
<version>3.0.1</version>
400+
<version>3.0.2</version>
401401
<type>aar</type>
402402
</dependency>
403403

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ POM_NAME=rosie
1818
POM_ARTIFACT_ID=rosie
1919
POM_PACKAGING=aar
2020

21-
VERSION_NAME=3.0.2-SNAPSHOT
21+
VERSION_NAME=3.0.2
2222
VERSION_CODE=300020
2323
GROUP=com.karumi.rosie
2424

0 commit comments

Comments
 (0)