We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5e7dc commit a06be3fCopy full SHA for a06be3f
changelog.md
@@ -1,3 +1,8 @@
1
+0.2.8
2
+=====
3
+
4
+* Handle disconnect push. This is not used at the moment - but is an enabler for the future development.
5
6
0.2.7
7
=====
8
publish-setup.gradle
@@ -1,7 +1,7 @@
allprojects {
plugins.withId("com.vanniktech.maven.publish.base") {
project.group = "io.github.centrifugal"
- project.version = "0.2.7"
+ project.version = "0.2.8"
mavenPublishing {
publishToMavenCentral()
0 commit comments