From c37239c40f702f0616af7b2149e0097ce8ea406b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 May 2020 17:28:58 +0000 Subject: [PATCH] Update version 0.2.2 -> 0.3.0 --- .bumpversion.cfg | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 88fbe7ac7a..8e646cd0f1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.3.0 commit = True message = Update version {current_version} -> {new_version} diff --git a/README.md b/README.md index fd10356054..07505e5867 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![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) -# IBM Cloud Platform Services Java SDK Version 0.2.2 +# IBM Cloud Platform Services Java SDK Version 0.3.0 Java client library to interact with various [IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services). @@ -59,7 +59,7 @@ Service Name | Artifact Id * Java 8 or above. ## Installation -The current version of this SDK is: 0.2.2 +The current version of this SDK is: 0.3.0 #### All the services To define a dependency on the entire set of services contained in the project, use a dependency like these: @@ -70,14 +70,14 @@ To define a dependency on the entire set of services contained in the project, u com.ibm.cloud platform-services - 0.2.2 + 0.3.0 ``` ##### Gradle ```gradle -'com.ibm.cloud:platform-services:0.2.2' +'com.ibm.cloud:platform-services:0.3.0' ``` #### A single service @@ -89,13 +89,13 @@ To define a dependency on a single service, use a dependency that contains the a com.ibm.cloud global-search - 0.2.2 + 0.3.0 ``` ##### Gradle ```gradle -'com.ibm.cloud:global-search:0.2.2' +'com.ibm.cloud:global-search:0.3.0' ``` Each service's artifact id is listed in the table above.