Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh9 committed Oct 25, 2018
1 parent 84d666c commit f93c5dc
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 @@ -12,18 +12,18 @@ Checkout the [wiki](https://github.com/rishabh9/riko/wiki) for more details.
<dependency>
<groupId>com.github.rishabh9</groupId>
<artifactId>riko</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

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

### For SBT based project
```scala
libraryDependencies += "com.github.rishabh9" % "riko" % "2.0.0"
libraryDependencies += "com.github.rishabh9" % "riko" % "2.0.1"
```
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.0'
version = '2.0.1'
archivesBaseName = 'riko'

dependencies {
Expand Down

0 comments on commit f93c5dc

Please sign in to comment.