From 090998a2395bf5d8a48f48cf4727b7e3b494dbed Mon Sep 17 00:00:00 2001 From: German Attanasio Date: Fri, 2 Feb 2018 13:46:02 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 7 ++++--- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4de867e..23dc677 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,10 +1,11 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True [bumpversion:file:README.md] -[bumpversion:file:gradle.properties] +[bumpversion:file:gradle.properties] search = {current_version} -replace = {new_version} \ No newline at end of file +replace = {new_version} + diff --git a/README.md b/README.md index 2c00a73..ae34e74 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ All you need to do is: com.ibm.watson.developer_cloud watson-spring-boot-starter - 0.0.1 + 0.0.2 ``` or in your gradle `build.gradle`, in the dependencies stanza, add ``` - compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:0.0.1' + compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:0.0.2' ``` 2. Add your Watson service(s) credentials and version info to your application diff --git a/gradle.properties b/gradle.properties index 412a14f..9febd69 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.0.1 +version=0.0.2 group = com.ibm.watson.developer_cloud watsonVersion = 4.2.1 springVersion = 4.3.12.RELEASE