diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 41af7a9ec1..ad6528d8c7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 9.3.0 +current_version = 9.3.1 commit = True message = Update version numbers from {current_version} -> {new_version} search = {current_version} diff --git a/README.md b/README.md index b453279934..b047a776d3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ All the services: com.ibm.watson ibm-watson - 9.3.0 + 9.3.1 ``` @@ -53,7 +53,7 @@ Only Discovery: com.ibm.watson discovery - 9.3.0 + 9.3.1 ``` @@ -61,13 +61,13 @@ Only Discovery: All the services: ```gradle -'com.ibm.watson:ibm-watson:9.3.0' +'com.ibm.watson:ibm-watson:9.3.1' ``` Only Assistant: ```gradle -'com.ibm.watson:assistant:9.3.0' +'com.ibm.watson:assistant:9.3.1' ``` Now, you are ready to see some [examples](https://github.com/watson-developer-cloud/java-sdk/tree/master/examples/src/main/java/com/ibm/watson). @@ -481,7 +481,7 @@ 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/v9.3.0/ibm-watson-9.3.0-jar-with-dependencies.jar +[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/v9.3.1/ibm-watson-9.3.1-jar-with-dependencies.jar ## Contributors ✨ diff --git a/assistant/README.md b/assistant/README.md index 3f67e25545..73f6b5523f 100644 --- a/assistant/README.md +++ b/assistant/README.md @@ -8,14 +8,14 @@ com.ibm.watson assistant - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:assistant:9.3.0' +'com.ibm.watson:assistant:9.3.1' ``` ## Usage diff --git a/compare-comply/README.md b/compare-comply/README.md index e72b267cd2..5da8046504 100644 --- a/compare-comply/README.md +++ b/compare-comply/README.md @@ -8,14 +8,14 @@ com.ibm.watson compare-comply - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:compare-comply:9.3.0' +'com.ibm.watson:compare-comply:9.3.1' ``` ## Usage diff --git a/discovery/README.md b/discovery/README.md index 60bdc6976a..a9e6440f8a 100644 --- a/discovery/README.md +++ b/discovery/README.md @@ -8,14 +8,14 @@ com.ibm.watson discovery - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:discovery:9.3.0' +'com.ibm.watson:discovery:9.3.1' ``` ## Usage diff --git a/docker/pom.xml b/docker/pom.xml index 9261bf6061..c2cb90d238 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -17,7 +17,7 @@ com.ibm.watson ibm-watson - 9.3.0 + 9.3.1 diff --git a/examples/build.gradle b/examples/build.gradle index 21ccde9f6d..0439bad0eb 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -34,5 +34,5 @@ checkstyle { } dependencies { - compile 'com.ibm.watson:ibm-watson:9.3.0' + compile 'com.ibm.watson:ibm-watson:9.3.1' } diff --git a/language-translator/README.md b/language-translator/README.md index aba1e9d3eb..7945e06eb1 100644 --- a/language-translator/README.md +++ b/language-translator/README.md @@ -8,14 +8,14 @@ com.ibm.watson language-translator - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:language-translator:9.3.0' +'com.ibm.watson:language-translator:9.3.1' ``` ## Usage diff --git a/natural-language-classifier/README.md b/natural-language-classifier/README.md index ffdb04cd0d..8b5de67f26 100644 --- a/natural-language-classifier/README.md +++ b/natural-language-classifier/README.md @@ -8,14 +8,14 @@ com.ibm.watson natural-language-classifier - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:natural-language-classifier:9.3.0' +'com.ibm.watson:natural-language-classifier:9.3.1' ``` ## Usage diff --git a/natural-language-understanding/README.md b/natural-language-understanding/README.md index a79dba0e99..bafc4f1021 100644 --- a/natural-language-understanding/README.md +++ b/natural-language-understanding/README.md @@ -8,14 +8,14 @@ com.ibm.watson natural-language-understanding - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:natural-language-understanding:9.3.0' +'com.ibm.watson:natural-language-understanding:9.3.1' ``` ## Usage diff --git a/personality-insights/README.md b/personality-insights/README.md index 807c86e878..5cde1a62eb 100755 --- a/personality-insights/README.md +++ b/personality-insights/README.md @@ -8,14 +8,14 @@ com.ibm.watson personality-insights - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:personality-insights:9.3.0' +'com.ibm.watson:personality-insights:9.3.1' ``` ## Usage diff --git a/speech-to-text/README.md b/speech-to-text/README.md index 050ef02254..ab1d3a4540 100755 --- a/speech-to-text/README.md +++ b/speech-to-text/README.md @@ -8,14 +8,14 @@ com.ibm.watson speech-to-text - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:speech-to-text:9.3.0' +'com.ibm.watson:speech-to-text:9.3.1' ``` ## Usage diff --git a/text-to-speech/README.md b/text-to-speech/README.md index 7e396bae00..97a8ad960c 100755 --- a/text-to-speech/README.md +++ b/text-to-speech/README.md @@ -8,14 +8,14 @@ com.ibm.watson text-to-speech - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:text-to-speech:9.3.0' +'com.ibm.watson:text-to-speech:9.3.1' ``` ## Usage diff --git a/tone-analyzer/README.md b/tone-analyzer/README.md index 921d9d2fc0..91b3c96664 100755 --- a/tone-analyzer/README.md +++ b/tone-analyzer/README.md @@ -8,14 +8,14 @@ com.ibm.watson tone-analyzer - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:tone-analyzer:9.3.0' +'com.ibm.watson:tone-analyzer:9.3.1' ``` ## Usage diff --git a/visual-recognition/README.md b/visual-recognition/README.md index 8cc43e14f6..3d397f8edc 100644 --- a/visual-recognition/README.md +++ b/visual-recognition/README.md @@ -8,14 +8,14 @@ com.ibm.watson visual-recognition - 9.3.0 + 9.3.1 ``` ##### Gradle ```gradle -'com.ibm.watson:visual-recognition:9.3.0' +'com.ibm.watson:visual-recognition:9.3.1' ``` ## Usage