File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ repositories {
11
11
jcenter()
12
12
}
13
13
14
- compile 'com.viartemev:the-white-rabbit:0.0.1 '
14
+ compile 'com.viartemev:the-white-rabbit:0.0.2 '
15
15
```
16
16
##### Maven:
17
17
Set up ` jcenter ` or ` https://dl.bintray.com/viartemev/Maven ` as a repository
18
18
```
19
19
<dependency>
20
20
<groupId>com.viartemev</groupId>
21
21
<artifactId>the-white-rabbit</artifactId>
22
- <version>0.0.1 </version>
22
+ <version>0.0.2 </version>
23
23
<type>pom</type>
24
24
</dependency>
25
25
```
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ apply plugin: "kotlin"
28
28
apply plugin : " idea"
29
29
30
30
group ' com.viartemev'
31
- version ' 0.0.1 '
31
+ version ' 0.0.2 '
32
32
33
33
sourceCompatibility = 1.8
34
34
@@ -67,7 +67,7 @@ publish {
67
67
repoName = ' Maven'
68
68
groupId = ' com.viartemev'
69
69
artifactId = ' the-white-rabbit'
70
- publishVersion = ' 0.0.1 '
70
+ publishVersion = ' 0.0.2 '
71
71
desc = ' The White Rabbit is an asynchronous RabbitMQ library based on Kotlin coroutines'
72
72
website = ' https://github.com/viartemev/the-white-rabbit'
73
73
licences = [' MIT' ]
You can’t perform that action at this time.
0 commit comments