diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5fdde019..19b5ab66 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.9 +current_version = 1.5.10 commit = True message = Update version {current_version} -> {new_version} diff --git a/README.md b/README.md index 52b87de1..abc8db0c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# IBM Watson Health Cognitive Services Java SDK Version 1.5.9 +# IBM Watson Health Cognitive Services Java SDK Version 1.5.10 ## Overview @@ -16,7 +16,7 @@ The IBM Watson Health Cognitive Services (WHCS) Java SDK allows developers to pr * Java 8 or above. ## Installation -The current version of this SDK is: 1.5.9 +The current version of this SDK is: 1.5.10 #### WHCS service (Option 1) To define a dependency on the WHCS service contained in the project, use a dependency like these: @@ -27,14 +27,14 @@ To define a dependency on the WHCS service contained in the project, use a depen com.ibm.watson.health.cognitive-services ibm-whcs-services - 1.5.9 + 1.5.10 ``` ##### Gradle ```gradle -'com.ibm.watson.health.cognitive-services:ibm-whcs-services:1.5.9' +'com.ibm.watson.health.cognitive-services:ibm-whcs-services:1.5.10' ``` #### Annotator for Clinical Data service (Option 2) @@ -46,13 +46,13 @@ To define a dependency on the Annotator for Clinical Data service, use a depende com.ibm.watson.health.cognitive-services annotator-for-clinical-data - 1.5.9 + 1.5.10 ``` ##### Gradle ```gradle -'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data:1.5.9' +'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data:1.5.10' ``` The artifact ID is listed in the table above.