Skip to content

Commit 7d47cb0

Browse files
author
Stephane Maldini
committed
Publish 0.4.0 !
Fix #56
1 parent 9a6df52 commit 7d47cb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ The latest preview release is available on Maven Central as
77
<dependency>
88
<groupId>org.reactivestreams</groupId>
99
<artifactId>reactive-streams</artifactId>
10-
<version>0.4.0.M2</version>
10+
<version>0.4.0</version>
1111
</dependency>
1212
<dependency>
1313
<groupId>org.reactivestreams</groupId>
1414
<artifactId>reactive-streams-tck</artifactId>
15-
<version>0.4.0.M2</version>
15+
<version>0.4.0</version>
1616
<scope>test</scope>
1717
</dependency>
1818

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
organization in ThisBuild := "org.reactivestreams"
22

3-
version in ThisBuild := "0.4.0.M2"
3+
version in ThisBuild := "0.4.0"
44

55
scalaVersion in ThisBuild := "2.10.3"
66

0 commit comments

Comments
 (0)