Skip to content

Commit dedcf70

Browse files
committed
Bumped version to 0.1.0
1 parent 2cf19cb commit dedcf70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/io/insource/build/Publishing.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package io.insource.build
33
object Publishing {
44
val groupId = "io.insource"
55
val artifactId = "in-spring-zeromq"
6-
val version = "0.0.4"
6+
val version = "0.1.0"
77
val description = "Spring Boot enabled ZeromMQ integrations inspired by spring-rabbit and built on jzmq-api."
88
val url = "https://github.com/InSourceSoftware/in-spring-zeromq"
99
val license = "Mozilla Public License Version 2.0"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.insource
2-
version=0.0.4
2+
version=0.1.0

0 commit comments

Comments
 (0)