Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Joshi <[email protected]>
  • Loading branch information
rishabh9 committed Jan 20, 2019
1 parent 3e846c6 commit 15e5ceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ Checkout the [wiki](https://github.com/rishabh9/riko/wiki) for more details.
There's a demo project `riko-starter`, available for your reference [here](https://github.com/rishabh9/riko-starter),
demonstrating the usage of Riko. Feel free to use it as a starter for your own project.

Build status: [![build_status](https://travis-ci.org/rishabh9/riko.svg?branch=3.0.0-SNAPSHOT)](https://travis-ci.org/rishabh9/riko)
Build status: [![build_status](https://travis-ci.org/rishabh9/riko.svg?branch=master)](https://travis-ci.org/rishabh9/riko)

### For Maven based project

```xml
<dependency>
<groupId>com.github.rishabh9</groupId>
<artifactId>riko</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
```

### For Gradle based project
```groovy
dependencies {
implementation 'com.github.rishabh9:riko:3.0.0-SNAPSHOT'
implementation 'com.github.rishabh9:riko:3.0.0'
}
```

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

dependencies {
Expand Down

0 comments on commit 15e5ceb

Please sign in to comment.