Skip to content

Commit

Permalink
releasing version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Mar 12, 2024
1 parent 4a1b2bc commit d5cbd74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven_central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
releaseversion:
description: 'Release version'
required: true
default: '0.4.2'
default: '0.5.0'
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To use this sample code please do one of the following:
<dependency>
<groupId>com.jkoolcloud.client.api</groupId>
<artifactId>jkool-client-api</artifactId>
<version>0.4.2</version>
<version>0.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.jkoolcloud.client.api</groupId>
<artifactId>jkool-client-api</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<name>jkool-client-api</name>
Expand Down

0 comments on commit d5cbd74

Please sign in to comment.