diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1c4bc5ccb51..356b96b4353 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.1.0 +current_version = 7.1.1 commit = True message = Update version numbers from {current_version} -> {new_version} diff --git a/README.md b/README.md index f7fa582dbd0..35bf9487346 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ All the services: com.ibm.watson ibm-watson - 7.1.0 + 7.1.1 ``` @@ -71,7 +71,7 @@ Only Discovery: com.ibm.watson discovery - 7.1.0 + 7.1.1 ``` @@ -79,13 +79,13 @@ Only Discovery: All the services: ```gradle -'com.ibm.watson:ibm-watson:7.1.0' +'com.ibm.watson:ibm-watson:7.1.1' ``` Only Assistant: ```gradle -'com.ibm.watson:assistant:7.1.0' +'com.ibm.watson:assistant:7.1.1' ``` ##### JAR @@ -406,4 +406,4 @@ We do :sunglasses: http://ibm.github.io/ ## Featured projects We'd love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it. -[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.1.0/ibm-watson-7.1.0-jar-with-dependencies.jar +[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-7.1.1/ibm-watson-7.1.1-jar-with-dependencies.jar diff --git a/assistant/README.md b/assistant/README.md index ff847b793c7..52b29221b14 100644 --- a/assistant/README.md +++ b/assistant/README.md @@ -7,13 +7,13 @@ com.ibm.watson assistant - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson:assistant:7.1.0' +'com.ibm.watson:assistant:7.1.1' ``` ## Usage diff --git a/compare-comply/README.md b/compare-comply/README.md index fc22059db89..5a48db197f8 100644 --- a/compare-comply/README.md +++ b/compare-comply/README.md @@ -7,13 +7,13 @@ com.ibm.watson compare-comply - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson.developer_cloud:compare-comply:7.1.0' +'com.ibm.watson.developer_cloud:compare-comply:7.1.1' ``` ## Usage diff --git a/discovery/README.md b/discovery/README.md index b1c3f569e4e..c83831cbeb6 100644 --- a/discovery/README.md +++ b/discovery/README.md @@ -7,13 +7,13 @@ com.ibm.watson discovery - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson:discovery:7.1.0' +'com.ibm.watson:discovery:7.1.1' ``` ## Usage diff --git a/gradle.properties b/gradle.properties index 3456c0ea221..b6972c35c20 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=7.1.0 +version=7.1.1 group=com.ibm.watson diff --git a/language-translator/README.md b/language-translator/README.md index 1a6cfb92679..b103f7990de 100644 --- a/language-translator/README.md +++ b/language-translator/README.md @@ -7,13 +7,13 @@ com.ibm.watson language-translator - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson:language-translator:7.1.0' +'com.ibm.watson:language-translator:7.1.1' ``` ## Usage diff --git a/natural-language-classifier/README.md b/natural-language-classifier/README.md index 176a5cffe57..5078d410dad 100644 --- a/natural-language-classifier/README.md +++ b/natural-language-classifier/README.md @@ -7,13 +7,13 @@ com.ibm.watson natural-language-classifier - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson:natural-language-classifier:7.1.0' +'com.ibm.watson:natural-language-classifier:7.1.1' ``` ## Usage diff --git a/natural-language-understanding/README.md b/natural-language-understanding/README.md index 3df1b922e5f..c4c0f426359 100644 --- a/natural-language-understanding/README.md +++ b/natural-language-understanding/README.md @@ -7,13 +7,13 @@ com.ibm.watson natural-language-understanding - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson:natural-language-understanding:7.1.0' +'com.ibm.watson:natural-language-understanding:7.1.1' ``` ## Usage diff --git a/personality-insights/README.md b/personality-insights/README.md index e691fbf4e3b..207a7c0441c 100755 --- a/personality-insights/README.md +++ b/personality-insights/README.md @@ -7,13 +7,13 @@ com.ibm.watson personality-insights - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson:personality-insights:7.1.0' +'com.ibm.watson:personality-insights:7.1.1' ``` ## Usage diff --git a/speech-to-text/README.md b/speech-to-text/README.md index 87f97e3c8fc..b8799b7f493 100755 --- a/speech-to-text/README.md +++ b/speech-to-text/README.md @@ -7,13 +7,13 @@ com.ibm.watson speech-to-text - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson:speech-to-text:7.1.0' +'com.ibm.watson:speech-to-text:7.1.1' ``` ## Usage diff --git a/text-to-speech/README.md b/text-to-speech/README.md index a7f616ed32b..a3f3b221adc 100755 --- a/text-to-speech/README.md +++ b/text-to-speech/README.md @@ -7,13 +7,13 @@ com.ibm.watson text-to-speech - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson:text-to-speech:7.1.0' +'com.ibm.watson:text-to-speech:7.1.1' ``` ## Usage diff --git a/tone-analyzer/README.md b/tone-analyzer/README.md index 0ee8e37d978..9a4c678c701 100755 --- a/tone-analyzer/README.md +++ b/tone-analyzer/README.md @@ -7,13 +7,13 @@ com.ibm.watson tone-analyzer - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson:tone-analyzer:7.1.0' +'com.ibm.watson:tone-analyzer:7.1.1' ``` ## Usage diff --git a/visual-recognition/README.md b/visual-recognition/README.md index 5e383bb3f3b..a48b4894393 100644 --- a/visual-recognition/README.md +++ b/visual-recognition/README.md @@ -7,13 +7,13 @@ com.ibm.watson visual-recognition - 7.1.0 + 7.1.1 ``` ##### Gradle ```gradle -'com.ibm.watson:visual-recognition:7.1.0' +'com.ibm.watson:visual-recognition:7.1.1' ``` ## Usage