Skip to content

Commit

Permalink
Update version 1.4.2 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 23, 2022
1 parent 9ae9515 commit ce16ee0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 1.4.2
current_version = 1.5.0
commit = True
message = Update version {current_version} -> {new_version}

[bumpversion:file:README.md]
search = {current_version}
replace = {new_version}

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IBM Watson Health Cognitive Services Java SDK Version 1.4.2
# IBM Watson Health Cognitive Services Java SDK Version 1.5.0

## Overview

Expand All @@ -19,7 +19,7 @@ NOTE: You must be signed in to IBM Cloud to see the docs.
* Java 8 or above.

## Installation
The current version of this SDK is: 1.4.2
The current version of this SDK is: 1.5.0

#### WHCS service (Option 1)
To define a dependency on the WHCS service contained in the project, use a dependency like these:
Expand All @@ -30,14 +30,14 @@ To define a dependency on the WHCS service contained in the project, use a depen
<dependency>
<groupId>com.ibm.watson.health.cognitive-services</groupId>
<artifactId>ibm-whcs-services</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.watson.health.cognitive-services:ibm-whcs-services:1.4.2'
'com.ibm.watson.health.cognitive-services:ibm-whcs-services:1.5.0'
```

#### Annotator for Clinical Data service (Option 2)
Expand All @@ -49,13 +49,13 @@ To define a dependency on the Annotator for Clinical Data service, use a depende
<dependency>
<groupId>com.ibm.watson.health.cognitive-services</groupId>
<artifactId>annotator-for-clinical-data</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
</dependency>
```

##### Gradle
```gradle
'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data:1.4.2'
'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data:1.5.0'
```
The artifact ID is listed in the table above.

Expand Down

0 comments on commit ce16ee0

Please sign in to comment.