Skip to content

Commit

Permalink
Update version 0.2.2 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 7, 2020
1 parent da9daef commit c37239c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.3.0
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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:
Expand All @@ -70,14 +70,14 @@ To define a dependency on the entire set of services contained in the project, u
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>platform-services</artifactId>
<version>0.2.2</version>
<version>0.3.0</version>
</dependency>
```

##### Gradle

```gradle
'com.ibm.cloud:platform-services:0.2.2'
'com.ibm.cloud:platform-services:0.3.0'
```

#### A single service
Expand All @@ -89,13 +89,13 @@ To define a dependency on a single service, use a dependency that contains the a
<dependency>
<groupId>com.ibm.cloud</groupId>
<artifactId>global-search</artifactId>
<version>0.2.2</version>
<version>0.3.0</version>
</dependency>
```

##### 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.

Expand Down

0 comments on commit c37239c

Please sign in to comment.