Skip to content

Commit 87166ae

Browse files
authored
Update README.md
1 parent 1e25864 commit 87166ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FlowReactiveNetwork on Coroutines
2-
[![Download](https://api.bintray.com/packages/andreyberyukhov/FlowReactiveNetwork/FlowReactiveNetwork/images/download.svg) ](https://repo1.maven.org/maven2/ru/beryukhov/flowreactivenetwork/1.0.3/)
2+
[![Download](https://img.shields.io/maven-central/v/ru.beryukhov/flowreactivenetwork?versionPrefix=1.0.3) ](https://repo1.maven.org/maven2/ru/beryukhov/flowreactivenetwork/1.0.3/)
33
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.4.30-blue.svg)](https://kotlinlang.org)
44

55
[![kotlinweekly](https://img.shields.io/badge/kotlinweekly.net-204-blue.svg)](https://mailchi.mp/kotlinweekly/kotlin-weekly-204)
@@ -20,7 +20,7 @@ You can depend on the library through Gradle:
2020

2121
```groovy
2222
dependencies {
23-
implementation 'ru.beryukhov:flowreactivenetwork:1.0.2'
23+
implementation 'ru.beryukhov:flowreactivenetwork:1.0.3'
2424
}
2525
// now the library is available in mavenCentral()
2626
allprojects {

0 commit comments

Comments
 (0)