Skip to content

Commit

Permalink
Bump version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh9 committed Dec 13, 2018
1 parent f460faa commit 3f98f8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ demonstrating the usage of Riko. Feel free to use it as a starter for your own p
<dependency>
<groupId>com.github.rishabh9</groupId>
<artifactId>riko</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
```

### For Gradle based project
```groovy
dependencies {
implementation 'com.github.rishabh9:riko:2.0.1'
implementation 'com.github.rishabh9:riko:2.0.2'
}
```

### For SBT based project
```scala
libraryDependencies += "com.github.rishabh9" % "riko" % "2.0.1"
libraryDependencies += "com.github.rishabh9" % "riko" % "2.0.2"
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencyManagement {
// GroupId
group = 'com.github.rishabh9'
// Version
version = '2.0.1'
version = '2.0.2'
archivesBaseName = 'riko'

dependencies {
Expand Down

0 comments on commit 3f98f8c

Please sign in to comment.