Skip to content

Commit eb62668

Browse files
committed
Fix version in README.md
1 parent 4d286e0 commit eb62668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Add a dependency:
6868
<dependency>
6969
<groupId>org.jetbrains.kotlinx</groupId>
7070
<artifactId>kotlinx-coroutines-generate</artifactId>
71-
<version>0.1</version>
71+
<version>0.1-alpha-1</version>
7272
</dependency>
7373
```
7474

@@ -77,7 +77,7 @@ Add a dependency:
7777
Just add a dependency:
7878

7979
```groovy
80-
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-generate:0.1'
80+
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-generate:0.1-alpha-1'
8181
```
8282

8383
jcenter repository should be configured by default in gradle, but if it's not you may need to include it:

0 commit comments

Comments
 (0)