Skip to content

Commit 50f9de6

Browse files
Артемьев ВячеславАртемьев Вячеслав
authored andcommitted
version 0.0.6
1 parent a73131c commit 50f9de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ configure(allprojects) { project ->
7171
}
7272

7373
configure(rootProject) {
74-
version = '0.0.5'
74+
version = '0.0.6'
7575

7676
apply plugin: "com.novoda.bintray-release"
7777
apply plugin: 'com.adarshr.test-logger'
@@ -103,7 +103,7 @@ configure(rootProject) {
103103
repoName = 'Maven'
104104
groupId = 'com.viartemev'
105105
artifactId = 'the-white-rabbit'
106-
publishVersion = '0.0.5'
106+
publishVersion = '0.0.6'
107107
desc = 'The White Rabbit is an asynchronous RabbitMQ library based on Kotlin coroutines'
108108
website = 'https://github.com/viartemev/the-white-rabbit'
109109
licences = ['MIT']

0 commit comments

Comments
 (0)