Skip to content

Commit 9df79aa

Browse files
Update version 0.4.1 -> 0.4.2
1 parent 2888f32 commit 9df79aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1
2+
current_version = 0.4.2
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![codecov](https://codecov.io/gh/IBM/vpc-java-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/IBM/vpc-java-sdk)
77
[![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)
88

9-
# IBM Cloud VPC Java SDK Version 0.4.1
9+
# IBM Cloud VPC Java SDK Version 0.4.2
1010
Java client library to interact with various [IBM Cloud VPC offerings](https://cloud.ibm.com/apidocs/vpc?code=java?).
1111

1212
Disclaimer: this SDK is being released initially as a **pre-release** version.
@@ -44,7 +44,7 @@ The IBM Cloud VPC Java SDK allows developers to programmatically interact with t
4444

4545
Service Name | Artifact Coordinates
4646
--- | ---
47-
[VPC](https://cloud.ibm.com/apidocs/vpc?code=java) | com.ibm.cloud:vpc:0.4.1
47+
[VPC](https://cloud.ibm.com/apidocs/vpc?code=java) | com.ibm.cloud:vpc:0.4.2
4848

4949
## Prerequisites
5050

@@ -55,7 +55,7 @@ Service Name | Artifact Coordinates
5555
* Java 8 or above.
5656

5757
## Installation
58-
The current version of this SDK is: 0.4.1
58+
The current version of this SDK is: 0.4.2
5959

6060
Each service's artifact coordinates are listed in the table above.
6161

@@ -77,13 +77,13 @@ artifact coordinates (group id, artifact id and version) for the service, like t
7777
<dependency>
7878
<groupId>com.ibm.cloud</groupId>
7979
<artifactId>vpc</artifactId>
80-
<version>0.4.1</version>
80+
<version>0.4.2</version>
8181
</dependency>
8282
```
8383

8484
##### Gradle
8585
```gradle
86-
'com.ibm.cloud:vpc:0.4.1'
86+
'com.ibm.cloud:vpc:0.4.2'
8787
```
8888

8989
## Using the SDK

0 commit comments

Comments
 (0)