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

Commit

Permalink
Prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Mar 28, 2016
1 parent 2b9fb03 commit 9946267
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 @@ -398,7 +398,7 @@ Include the library in your ``build.gradle``

```groovy
dependencies{
compile 'com.karumi.rosie:rosie:1.0.0'
compile 'com.karumi.rosie:rosie:2.0.0'
}
```

Expand All @@ -408,7 +408,7 @@ or to your ``pom.xml`` if you are using Maven
<dependency>
<groupId>com.karumi.rosie</groupId>
<artifactId>rosie</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<type>aar</type>
</dependency>

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

VERSION_NAME=1.1.1-SNAPSHOT
VERSION_CODE=100101
VERSION_NAME=2.0.0
VERSION_CODE=200000
GROUP=com.karumi.rosie

POM_DESCRIPTION=Rosie is an Android framework to create applications following the principles of Clean Architecture.
Expand Down

0 comments on commit 9946267

Please sign in to comment.