Skip to content

Commit 45b1f98

Browse files
Update version 0.3.2 -> 0.3.3
1 parent 78c2b45 commit 45b1f98

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 = 0.3.2
2+
current_version = 0.3.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 0.3.2
6+
# IBM Cloud Code Engine Java SDK Version 0.3.3
77
Java client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
88

99
Disclaimer: this SDK is being released initially as a **pre-release** version.
@@ -41,7 +41,7 @@ The IBM Cloud Code Engine Java SDK allows developers to programmatically interac
4141

4242
Service Name | Artifact Coordinates
4343
--- | ---
44-
[Code Engine](https://cloud.ibm.com/apidocs/codeengine) | com.ibm.cloud.code-engine:0.3.2
44+
[Code Engine](https://cloud.ibm.com/apidocs/codeengine) | com.ibm.cloud.code-engine:0.3.3
4545

4646
## Prerequisites
4747

@@ -52,7 +52,7 @@ Service Name | Artifact Coordinates
5252
* Java 8 or above.
5353

5454
## Installation
55-
The current version of this SDK is: 0.3.2
55+
The current version of this SDK is: 0.3.3
5656

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

@@ -74,7 +74,7 @@ artifact coordinates (group id, artifact id and version) for the service, like t
7474
<dependency>
7575
<groupId>com.ibm.cloud</groupId>
7676
<artifactId>code-engine</artifactId>
77-
<version>0.3.2</version>
77+
<version>0.3.3</version>
7878
</dependency>
7979
```
8080

0 commit comments

Comments
 (0)