Skip to content

Commit b369264

Browse files
committed
Update Milestone version to 2.0-M3.
1 parent 4053012 commit b369264

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -419,31 +419,31 @@ libraryDependencies += "org.reactfx" % "reactfx" % "1.4.1"
419419

420420
### Milestone release
421421

422-
Current milestone release is 2.0-M2u1.
422+
Current milestone release is 2.0-M3.
423423

424424
#### Maven coordinates
425425

426426
| Group ID | Artifact ID | Version |
427427
| :---------: | :---------: | :-----: |
428-
| org.reactfx | reactfx | 2.0-M2u1 |
428+
| org.reactfx | reactfx | 2.0-M3 |
429429

430430
#### Gradle example
431431

432432
```groovy
433433
dependencies {
434-
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M2u1'
434+
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M3'
435435
}
436436
```
437437

438438
#### Sbt example
439439

440440
```scala
441-
libraryDependencies += "org.reactfx" % "reactfx" % "2.0-M2u1"
441+
libraryDependencies += "org.reactfx" % "reactfx" % "2.0-M3"
442442
```
443443

444444
#### Manual download
445445

446-
[Download](https://github.com/TomasMikula/ReactFX/releases/download/v2.0-M2u1/reactfx-2.0-M2u1.jar) the JAR file and place it on your classpath.
446+
[Download](https://github.com/TomasMikula/ReactFX/releases/download/v2.0-M3/reactfx-2.0-M3.jar) the JAR file and place it on your classpath.
447447

448448

449449
### Snapshot releases
@@ -487,7 +487,7 @@ Links
487487
-----
488488

489489
[API 1.4.1 (Javadoc)](http://www.reactfx.org/javadoc/1.4.1/overview-summary.html)
490-
[API 2.0-M2 (Javadoc)](http://www.reactfx.org/javadoc/2.0-M2/overview-summary.html)
490+
[API 2.0-M3 (Javadoc)](http://www.reactfx.org/javadoc/2.0-M3/overview-summary.html)
491491

492492

493493
License

0 commit comments

Comments
 (0)