Skip to content

Commit 3971f02

Browse files
committed
prepare 0.4.0
1 parent d504e2f commit 3971f02

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ To verify API compatibility locally, run the following command:
8585
### Automatic publishing
8686

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

9190
The release GitHub Action should now publish the library.
9291

publish-setup.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
allprojects {
22
plugins.withId("com.vanniktech.maven.publish.base") {
33
project.group = "io.github.centrifugal"
4-
project.version = "0.3.1"
4+
project.version = "0.4.0"
55

66
mavenPublishing {
77
publishToMavenCentral()

0 commit comments

Comments
 (0)