Skip to content

Commit e583b72

Browse files
Update version 1.5.6 -> 1.5.7
1 parent d30178f commit e583b72

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.6
2+
current_version = 1.5.7
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IBM Watson Health Cognitive Services Java SDK Version 1.5.6
1+
# IBM Watson Health Cognitive Services Java SDK Version 1.5.7
22

33
## Overview
44

@@ -16,7 +16,7 @@ The IBM Watson Health Cognitive Services (WHCS) Java SDK allows developers to pr
1616
* Java 8 or above.
1717

1818
## Installation
19-
The current version of this SDK is: 1.5.6
19+
The current version of this SDK is: 1.5.7
2020

2121
#### WHCS service (Option 1)
2222
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
2727
<dependency>
2828
<groupId>com.ibm.watson.health.cognitive-services</groupId>
2929
<artifactId>ibm-whcs-services</artifactId>
30-
<version>1.5.6</version>
30+
<version>1.5.7</version>
3131
</dependency>
3232
```
3333

3434
##### Gradle
3535

3636
```gradle
37-
'com.ibm.watson.health.cognitive-services:ibm-whcs-services:1.5.6'
37+
'com.ibm.watson.health.cognitive-services:ibm-whcs-services:1.5.7'
3838
```
3939

4040
#### 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
4646
<dependency>
4747
<groupId>com.ibm.watson.health.cognitive-services</groupId>
4848
<artifactId>annotator-for-clinical-data</artifactId>
49-
<version>1.5.6</version>
49+
<version>1.5.7</version>
5050
</dependency>
5151
```
5252

5353
##### Gradle
5454
```gradle
55-
'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data:1.5.6'
55+
'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data:1.5.7'
5656
```
5757
The artifact ID is listed in the table above.
5858

0 commit comments

Comments
 (0)