Skip to content

Commit a249e9d

Browse files
authored
Version bump to fix publishing (#30)
1 parent 7fa1079 commit a249e9d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Version 0.8.0 (2017-10-02)
3+
## Version 0.8.1 (2017-10-02)
44

55
- [kotlinx.coroutines 0.19](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/0.19)
66
- Compiled against Kotlin 1.1.51

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Download the [JAR](https://bintray.com/gildor/maven/kotlin-coroutines-retrofit#f
1414
Gradle:
1515

1616
```groovy
17-
compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.8.0'
17+
compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.8.1'
1818
```
1919

2020
Maven:
@@ -23,7 +23,7 @@ Maven:
2323
<dependency>
2424
<groupId>ru.gildor.coroutines</groupId>
2525
<artifactId>kotlin-coroutines-retrofit</artifactId>
26-
<version>0.8.0</version>
26+
<version>0.8.1</version>
2727
</dependency>
2828
```
2929

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'ru.gildor.coroutines'
8-
version '0.8.0'
8+
version '0.8.1'
99

1010
repositories {
1111
jcenter()

publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ bintray {
8787
vcsTag = releaseTag
8888
mavenCentralSync {
8989
sync = project.properties['sonatype.user'] != null
90-
name = project.properties['sonatype.user']
90+
user = project.properties['sonatype.user']
9191
password = project.properties['sonatype.password']
9292
close = true
9393
}

0 commit comments

Comments
 (0)