Skip to content

Commit

Permalink
Preparing 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Overdijk committed Mar 7, 2017
1 parent fe55588 commit 24bccee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ _Maven_:
<dependency>
<groupId>com.rivescript</groupId>
<artifactId>rivescript-core</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
</dependency>
```

_Gradle_:

```groovy
dependencies {
compile "com.rivescript:rivescript-core:0.9.0"
compile "com.rivescript:rivescript-core:0.9.1"
}
```

Expand Down Expand Up @@ -181,15 +181,15 @@ _Maven_:
<dependency>
<groupId>com.rivescript</groupId>
<artifactId>rivescript-spring-boot-starter</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
</dependency>
```
_Gradle_:
```groovy
dependencies {
compile "com.rivescript:rivescript-spring-boot-starter:0.9.0"
compile "com.rivescript:rivescript-spring-boot-starter:0.9.1"
}
```
Expand Down

0 comments on commit 24bccee

Please sign in to comment.