Skip to content

Commit a1b47d7

Browse files
committed
Release 0.0.2
1 parent 4cf0edf commit a1b47d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ repositories {
1111
jcenter()
1212
}
1313
14-
compile 'com.viartemev:the-white-rabbit:0.0.1'
14+
compile 'com.viartemev:the-white-rabbit:0.0.2'
1515
```
1616
##### Maven:
1717
Set up `jcenter` or `https://dl.bintray.com/viartemev/Maven` as a repository
1818
```
1919
<dependency>
2020
<groupId>com.viartemev</groupId>
2121
<artifactId>the-white-rabbit</artifactId>
22-
<version>0.0.1</version>
22+
<version>0.0.2</version>
2323
<type>pom</type>
2424
</dependency>
2525
```

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apply plugin: "kotlin"
2828
apply plugin: "idea"
2929

3030
group 'com.viartemev'
31-
version '0.0.1'
31+
version '0.0.2'
3232

3333
sourceCompatibility = 1.8
3434

@@ -67,7 +67,7 @@ publish {
6767
repoName = 'Maven'
6868
groupId = 'com.viartemev'
6969
artifactId = 'the-white-rabbit'
70-
publishVersion = '0.0.1'
70+
publishVersion = '0.0.2'
7171
desc = 'The White Rabbit is an asynchronous RabbitMQ library based on Kotlin coroutines'
7272
website = 'https://github.com/viartemev/the-white-rabbit'
7373
licences = ['MIT']

0 commit comments

Comments
 (0)