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 0d2bfd1 commit fe710edCopy full SHA for fe710ed
buildSrc/src/main/kotlin/io/insource/build/Publishing.kt
@@ -3,7 +3,7 @@ package io.insource.build
3
object Publishing {
4
val groupId = "io.insource"
5
val artifactId = "in-spring-zeromq"
6
- val version = "0.1.0"
+ val version = "0.1.1"
7
val description = "Spring Boot enabled ZeromMQ integrations inspired by spring-rabbit and built on jzmq-api."
8
val url = "https://github.com/InSourceSoftware/in-spring-zeromq"
9
val license = "Mozilla Public License Version 2.0"
gradle.properties
@@ -1,2 +1,2 @@
1
group=io.insource
2
-version=0.1.0
+version=0.1.1
0 commit comments