Skip to content

Commit 8ef0248

Browse files
committed
Update current version
1 parent d8dc69f commit 8ef0248

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,17 @@ Add dependencies:
111111
<dependency>
112112
<groupId>org.jetbrains.kotlinx</groupId>
113113
<artifactId>kotlinx-coroutines-generate</artifactId>
114-
<version>0.2-alpha-1</version>
114+
<version>0.2-beta</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.jetbrains.kotlinx</groupId>
118118
<artifactId>kotlinx-coroutines-async</artifactId>
119-
<version>0.2-alpha-1</version>
119+
<version>0.2-beta</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.jetbrains.kotlinx</groupId>
123123
<artifactId>kotlinx-coroutines-rx</artifactId>
124-
<version>0.2-alpha-1</version>
124+
<version>0.2-beta</version>
125125
</dependency>
126126
```
127127

@@ -130,9 +130,9 @@ Add dependencies:
130130
Just add dependencies:
131131

132132
```groovy
133-
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-generate:0.2-alpha-1'
134-
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-async:0.2-alpha-1'
135-
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-rx:0.2-alpha-1'
133+
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-generate:0.2-beta'
134+
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-async:0.2-beta'
135+
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-rx:0.2-beta'
136136
```
137137

138138
*NB:* As `async` library is built upon `CompletableFuture` it requires JDK 8 (24 Android API level)

0 commit comments

Comments
 (0)