Skip to content

Commit 15e5ceb

Browse files
committed
Bump version to 3.0.0
Signed-off-by: Rishabh Joshi <rishabh9@gmail.com>
1 parent 3e846c6 commit 15e5ceb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ Checkout the [wiki](https://github.com/rishabh9/riko/wiki) for more details.
99
There's a demo project `riko-starter`, available for your reference [here](https://github.com/rishabh9/riko-starter),
1010
demonstrating the usage of Riko. Feel free to use it as a starter for your own project.
1111

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

1414
### For Maven based project
1515

1616
```xml
1717
<dependency>
1818
<groupId>com.github.rishabh9</groupId>
1919
<artifactId>riko</artifactId>
20-
<version>3.0.0-SNAPSHOT</version>
20+
<version>3.0.0</version>
2121
</dependency>
2222
```
2323

2424
### For Gradle based project
2525
```groovy
2626
dependencies {
27-
implementation 'com.github.rishabh9:riko:3.0.0-SNAPSHOT'
27+
implementation 'com.github.rishabh9:riko:3.0.0'
2828
}
2929
```
3030

3131
### For SBT based project
3232
```scala
33-
libraryDependencies += "com.github.rishabh9" % "riko" % "3.0.0-SNAPSHOT"
33+
libraryDependencies += "com.github.rishabh9" % "riko" % "3.0.0"
3434
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencyManagement {
4747
// GroupId
4848
group = 'com.github.rishabh9'
4949
// Version
50-
version = '3.0.0-SNAPSHOT'
50+
version = '3.0.0'
5151
archivesBaseName = 'riko'
5252

5353
dependencies {

0 commit comments

Comments
 (0)