Skip to content

Commit

Permalink
prepare 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 12, 2023
1 parent d504e2f commit 3971f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ To verify API compatibility locally, run the following command:
### Automatic publishing

1. Bump version in `publish-setup.gradle`.
2. Update changelog to reflect API and behavior changes, bugfixes.
3. Create new library tag.
2. Create new library tag.

The release GitHub Action should now publish the library.

Expand Down
2 changes: 1 addition & 1 deletion publish-setup.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
allprojects {
plugins.withId("com.vanniktech.maven.publish.base") {
project.group = "io.github.centrifugal"
project.version = "0.3.1"
project.version = "0.4.0"

mavenPublishing {
publishToMavenCentral()
Expand Down

0 comments on commit 3971f02

Please sign in to comment.