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 {
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:
1717Set 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```
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ apply plugin: "kotlin"
2828apply plugin : " idea"
2929
3030group ' com.viartemev'
31- version ' 0.0.1 '
31+ version ' 0.0.2 '
3232
3333sourceCompatibility = 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' ]
You can’t perform that action at this time.
0 commit comments