From 24bccee8aaf565501f4cab8207a46425500aa605 Mon Sep 17 00:00:00 2001 From: Marcel Overdijk Date: Tue, 7 Mar 2017 13:13:33 +0100 Subject: [PATCH] Preparing 0.9.1 release --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef74d14..151e1f3 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ _Maven_: com.rivescript rivescript-core - 0.9.0 + 0.9.1 ``` @@ -67,7 +67,7 @@ _Gradle_: ```groovy dependencies { - compile "com.rivescript:rivescript-core:0.9.0" + compile "com.rivescript:rivescript-core:0.9.1" } ``` @@ -181,7 +181,7 @@ _Maven_: com.rivescript rivescript-spring-boot-starter - 0.9.0 + 0.9.1 ``` @@ -189,7 +189,7 @@ _Gradle_: ```groovy dependencies { - compile "com.rivescript:rivescript-spring-boot-starter:0.9.0" + compile "com.rivescript:rivescript-spring-boot-starter:0.9.1" } ```