We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549732c commit 315aac8Copy full SHA for 315aac8
.github/workflows/maven_central.yml
@@ -6,7 +6,7 @@ on:
6
releaseversion:
7
description: 'Release version'
8
required: true
9
- default: '0.3.2.1'
+ default: '0.3.2.2'
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
README.md
@@ -44,7 +44,7 @@ To use this sample code please do one of the following:
44
<dependency>
45
<groupId>com.jkoolcloud.client.api</groupId>
46
<artifactId>jkool-client-api</artifactId>
47
- <version>0.3.2.1</version>
+ <version>0.3.2.2</version>
48
</dependency>
49
```
50
0 commit comments