Skip to content

Commit f5c3466

Browse files
Update version 0.6.1 -> 0.6.2
1 parent c05a856 commit f5c3466

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.6.1
2+
current_version = 0.6.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.6.1
9+
# IBM Cloud VPC Java SDK Version 0.6.2
1010
Java client library to interact with various [IBM Cloud VPC offerings](https://cloud.ibm.com/apidocs/vpc?code=java?).
1111

1212
This SDK uses [Semantic Versioning](https://semver.org), and as such there may be backward-incompatible changes for any new `0.y.z` version.
@@ -43,7 +43,7 @@ The IBM Cloud VPC Java SDK allows developers to programmatically interact with t
4343

4444
Service Name | Artifact Coordinates
4545
--- | ---
46-
[VPC](https://cloud.ibm.com/apidocs/vpc?code=java) | com.ibm.cloud:vpc:0.6.1
46+
[VPC](https://cloud.ibm.com/apidocs/vpc?code=java) | com.ibm.cloud:vpc:0.6.2
4747

4848
## Prerequisites
4949

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

5656
## Installation
57-
The current version of this SDK is: 0.6.1
57+
The current version of this SDK is: 0.6.2
5858

5959
Each service's artifact coordinates are listed in the **Overview** table.
6060

@@ -75,13 +75,13 @@ artifact coordinates (group id, artifact id, and version) for the service, like
7575
<dependency>
7676
<groupId>com.ibm.cloud</groupId>
7777
<artifactId>vpc</artifactId>
78-
<version>0.6.1</version>
78+
<version>0.6.2</version>
7979
</dependency>
8080
```
8181

8282
##### Gradle
8383
```gradle
84-
'com.ibm.cloud:vpc:0.6.1'
84+
'com.ibm.cloud:vpc:0.6.2'
8585
```
8686

8787
## Using the SDK

0 commit comments

Comments
 (0)