Skip to content

Commit d5cbd74

Browse files
committed
releasing version 0.5.0
1 parent 4a1b2bc commit d5cbd74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/maven_central.yml

Lines changed: 1 addition & 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.4.2'
9+
default: '0.5.0'
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To use this sample code please do one of the following:
5353
<dependency>
5454
<groupId>com.jkoolcloud.client.api</groupId>
5555
<artifactId>jkool-client-api</artifactId>
56-
<version>0.4.2</version>
56+
<version>0.5.0</version>
5757
</dependency>
5858
```
5959

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.jkoolcloud.client.api</groupId>
2222
<artifactId>jkool-client-api</artifactId>
23-
<version>1.0-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
<packaging>jar</packaging>
2525

2626
<name>jkool-client-api</name>

0 commit comments

Comments
 (0)