Skip to content

Commit

Permalink
Bumped version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Nov 20, 2021
1 parent 2cf19cb commit dedcf70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/insource/build/Publishing.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package io.insource.build
object Publishing {
val groupId = "io.insource"
val artifactId = "in-spring-zeromq"
val version = "0.0.4"
val version = "0.1.0"
val description = "Spring Boot enabled ZeromMQ integrations inspired by spring-rabbit and built on jzmq-api."
val url = "https://github.com/InSourceSoftware/in-spring-zeromq"
val license = "Mozilla Public License Version 2.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=io.insource
version=0.0.4
version=0.1.0

0 comments on commit dedcf70

Please sign in to comment.