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 a73131c commit 50f9de6Copy full SHA for 50f9de6
build.gradle
@@ -71,7 +71,7 @@ configure(allprojects) { project ->
71
}
72
73
configure(rootProject) {
74
- version = '0.0.5'
+ version = '0.0.6'
75
76
apply plugin: "com.novoda.bintray-release"
77
apply plugin: 'com.adarshr.test-logger'
@@ -103,7 +103,7 @@ configure(rootProject) {
103
repoName = 'Maven'
104
groupId = 'com.viartemev'
105
artifactId = 'the-white-rabbit'
106
- publishVersion = '0.0.5'
+ publishVersion = '0.0.6'
107
desc = 'The White Rabbit is an asynchronous RabbitMQ library based on Kotlin coroutines'
108
website = 'https://github.com/viartemev/the-white-rabbit'
109
licences = ['MIT']
0 commit comments