Skip to content

Commit

Permalink
Update version to 0.7-M2.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Jul 18, 2016
1 parent fea9e1b commit bcc34ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bcc34ca

Please sign in to comment.