Skip to content

Commit

Permalink
Preparing 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Overdijk committed Mar 3, 2017
1 parent ff26624 commit d7950e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This documents the history of significant changes to `rivescript-java`.

## v0.9.0 - March XX, 2017
## v0.9.0 - March 3, 2017

This update focuses on new features and bug fixes.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ _Maven_:
<dependency>
<groupId>com.rivescript</groupId>
<artifactId>rivescript-core</artifactId>
<version>0.8.1</version>
<version>0.9.0</version>
</dependency>
```

_Gradle_:

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

Expand Down Expand Up @@ -180,15 +180,15 @@ _Maven_:
<dependency>
<groupId>com.rivescript</groupId>
<artifactId>rivescript-spring-boot-starter</artifactId>
<version>0.8.1</version>
<version>0.9.0</version>
</dependency>
```
_Gradle_:
```groovy
dependencies {
compile "com.rivescript:rivescript-spring-boot-starter:0.8.1"
compile "com.rivescript:rivescript-spring-boot-starter:0.9.0"
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.9.0-SNAPSHOT
version=0.9.0

0 comments on commit d7950e2

Please sign in to comment.