Skip to content

Commit 740e057

Browse files
Update version 2.0.2 -> 2.0.3
1 parent 4e7acc4 commit 740e057

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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 = 2.0.2
2+
current_version = 2.0.3
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
44
-->
55

6-
# IBM Cloud Code Engine Java SDK Version 2.0.2
6+
# IBM Cloud Code Engine Java SDK Version 2.0.3
77
Java client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
88

99
## Table of Contents
@@ -51,7 +51,7 @@ Service Name | Artifact Coordinates
5151
* Java 8 or above.
5252

5353
## Installation
54-
The current version of this SDK is: 2.0.2
54+
The current version of this SDK is: 2.0.3
5555

5656
Each service's artifact coordinates are listed in the table above.
5757

@@ -70,13 +70,13 @@ Here are examples for maven and gradle:
7070
<dependency>
7171
<groupId>com.ibm.cloud</groupId>
7272
<artifactId>code-engine</artifactId>
73-
<version>2.0.2</version>
73+
<version>2.0.3</version>
7474
</dependency>
7575
```
7676

7777
### Gradle
7878
```gradle
79-
compile 'com.ibm.cloud:code-engine:2.0.2'
79+
compile 'com.ibm.cloud:code-engine:2.0.3'
8080
```
8181

8282
## Using the SDK

0 commit comments

Comments
 (0)