Skip to content

Commit 7545a75

Browse files
committed
releasing version 0.3.2.1
1 parent f96dfa5 commit 7545a75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/maven_central.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
releaseversion:
77
description: 'Release version'
88
required: true
9-
default: '0.3.2'
9+
default: '0.3.2.1'
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest
@@ -43,6 +43,7 @@ jobs:
4343

4444
- name: Create GitHub Release
4545
id: create_release
46+
# TODO: this action is deprecated - need to change to maintained one
4647
uses: actions/create-release@v1
4748
env:
4849
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To use this sample code please do one of the following:
4444
<dependency>
4545
<groupId>com.jkoolcloud.client.api</groupId>
4646
<artifactId>jkool-client-api</artifactId>
47-
<version>0.3.2</version>
47+
<version>0.3.2.1</version>
4848
</dependency>
4949
```
5050

0 commit comments

Comments
 (0)