Skip to content

Commit e6fdff8

Browse files
Update version 1.5.12 -> 1.5.13
1 parent 7100c9c commit e6fdff8

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.12
2+
current_version = 1.5.13
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-
# Merative Annotator for Clinical Data Java SDK Version 1.5.12
1+
# Merative Annotator for Clinical Data Java SDK Version 1.5.13
22

33
## Overview
44

@@ -16,7 +16,7 @@ This Java SDK allows developers to programmatically interact with the following
1616
* Java 8 or above.
1717

1818
## Installation
19-
The current version of this SDK is: 1.5.12
19+
The current version of this SDK is: 1.5.13
2020

2121
#### Parent Project (Option 1)
2222
To define a dependency on the parent project `acd-sdk`, use a dependency like these:
@@ -27,14 +27,14 @@ To define a dependency on the parent project `acd-sdk`, use a dependency like th
2727
<dependency>
2828
<groupId>com.merative.acd</groupId>
2929
<artifactId>acd-sdk</artifactId>
30-
<version>1.5.12</version>
30+
<version>1.5.13</version>
3131
</dependency>
3232
```
3333

3434
##### Gradle
3535

3636
```gradle
37-
'com.merative.acd:acd-sdk:1.5.12'
37+
'com.merative.acd:acd-sdk:1.5.13'
3838
```
3939

4040
#### Annotator for Clinical Data Subproject (Option 2)
@@ -46,13 +46,13 @@ To define a dependency on the subproject `annotator-for-clinical-data`, use a de
4646
<dependency>
4747
<groupId>com.merative.acd</groupId>
4848
<artifactId>annotator-for-clinical-data</artifactId>
49-
<version>1.5.12</version>
49+
<version>1.5.13</version>
5050
</dependency>
5151
```
5252

5353
##### Gradle
5454
```gradle
55-
'com.merative.acd:1.5.12'
55+
'com.merative.acd:1.5.13'
5656
```
5757
The artifact ID is listed in the table above.
5858

0 commit comments

Comments
 (0)