Skip to content

Commit ba76a58

Browse files
committed
Changed all references to 0.5-beta version
1 parent 6107881 commit ba76a58

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Add dependencies (you can also add other modules that you need):
7373
<dependency>
7474
<groupId>org.jetbrains.kotlinx</groupId>
7575
<artifactId>kotlinx-coroutines-core</artifactId>
76-
<version>0.4-beta</version>
76+
<version>0.5-beta</version>
7777
</dependency>
7878
```
7979

@@ -100,7 +100,7 @@ repositories {
100100
Add dependencies (you can also add other modules that you need):
101101

102102
```groovy
103-
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.4-beta'
103+
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.5-beta'
104104
```
105105

106106
And make sure that you use the right Kotlin version:

kotlinx-coroutines-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jetbrains.kotlinx</groupId>
88
<artifactId>kotlinx-coroutines</artifactId>
9-
<version>0.4-beta-SNAPSHOT</version>
9+
<version>0.5-beta-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlinx-coroutines-core</artifactId>

kotlinx-coroutines-javafx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jetbrains.kotlinx</groupId>
88
<artifactId>kotlinx-coroutines</artifactId>
9-
<version>0.4-beta-SNAPSHOT</version>
9+
<version>0.5-beta-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlinx-coroutines-javafx</artifactId>

kotlinx-coroutines-jdk8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jetbrains.kotlinx</groupId>
88
<artifactId>kotlinx-coroutines</artifactId>
9-
<version>0.4-beta-SNAPSHOT</version>
9+
<version>0.5-beta-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlinx-coroutines-jdk8</artifactId>

kotlinx-coroutines-nio/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jetbrains.kotlinx</groupId>
88
<artifactId>kotlinx-coroutines</artifactId>
9-
<version>0.4-beta-SNAPSHOT</version>
9+
<version>0.5-beta-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlinx-coroutines-nio</artifactId>

kotlinx-coroutines-rx-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jetbrains.kotlinx</groupId>
88
<artifactId>kotlinx-coroutines</artifactId>
9-
<version>0.4-beta-SNAPSHOT</version>
9+
<version>0.5-beta-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlinx-coroutines-rx-example</artifactId>

kotlinx-coroutines-rx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jetbrains.kotlinx</groupId>
88
<artifactId>kotlinx-coroutines</artifactId>
9-
<version>0.4-beta-SNAPSHOT</version>
9+
<version>0.5-beta-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlinx-coroutines-rx</artifactId>

kotlinx-coroutines-swing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jetbrains.kotlinx</groupId>
88
<artifactId>kotlinx-coroutines</artifactId>
9-
<version>0.4-beta-SNAPSHOT</version>
9+
<version>0.5-beta-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlinx-coroutines-swing</artifactId>

0 commit comments

Comments
 (0)