From bcc34ca1e7a9a103c95fb966f801d6b05e5826ef Mon Sep 17 00:00:00 2001 From: Tomas Mikula Date: Mon, 18 Jul 2016 18:20:27 -0400 Subject: [PATCH] Update version to 0.7-M2. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c3ea409fd..f1b801d88 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ RichTextFX provides a text area for JavaFX with API to style ranges of text. It * [Snapshot](#snapshot-releases) * API Documentation (Javadoc) - [0.6.10](http://fxmisc.github.io/richtext/javadoc/0.6.10/org/fxmisc/richtext/package-summary.html) - - [0.7-M1](http://fxmisc.github.io/richtext/javadoc/0.7-M1/org/fxmisc/richtext/package-summary.html) + - [0.7-M2](http://fxmisc.github.io/richtext/javadoc/0.7-M2/org/fxmisc/richtext/package-summary.html) * [License](#license) * [How can I contribute?](#how-can-i-contribute) @@ -261,31 +261,31 @@ Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/downl ### Milestone release -Milestone version of the upcoming release is 0.7-M1. +Milestone version of the upcoming release is 0.7-M2. #### Maven coordinates | Group ID | Artifact ID | Version | | :-----------------: | :---------: | :-----: | -| org.fxmisc.richtext | richtextfx | 0.7-M1 | +| org.fxmisc.richtext | richtextfx | 0.7-M2 | #### Gradle example ```groovy dependencies { - compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.7-M1' + compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.7-M2' } ``` #### Sbt example ```scala -libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.7-M1" +libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.7-M2" ``` #### Manual download -Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.7-M1/richtextfx-0.7-M1.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.7-M1/richtextfx-fat-0.7-M1.jar) and place it on your classpath. +Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.7-M2/richtextfx-0.7-M2.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.7-M2/richtextfx-fat-0.7-M2.jar) and place it on your classpath. ### Snapshot releases