Skip to content

Commit

Permalink
Update version to 0.6.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Sep 18, 2015
1 parent f35661a commit 1f15334
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ Demos

#### Run using the pre-built JAR

[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.8/richtextfx-demos-fat-0.6.8.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.9/richtextfx-demos-fat-0.6.9.jar) the pre-built "fat" JAR file and run

java -cp richtextfx-demos-fat-0.6.8.jar org.fxmisc.richtext.demo.JavaKeywords
java -cp richtextfx-demos-fat-0.6.9.jar org.fxmisc.richtext.demo.JavaKeywords

or

java -cp richtextfx-demos-fat-0.6.8.jar org.fxmisc.richtext.demo.JavaKeywordsAsync
java -cp richtextfx-demos-fat-0.6.9.jar org.fxmisc.richtext.demo.JavaKeywordsAsync

#### Run from the source repo

Expand All @@ -172,9 +172,9 @@ Similar to the [Java Keywords](#automatic-highlighting-of-java-keywords) demo ab

#### Run using the pre-built JAR

[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.8/richtextfx-demos-fat-0.6.8.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.9/richtextfx-demos-fat-0.6.9.jar) the pre-built "fat" JAR file and run

java -cp richtextfx-demos-fat-0.6.8.jar org.fxmisc.richtext.demo.XMLEditor
java -cp richtextfx-demos-fat-0.6.9.jar org.fxmisc.richtext.demo.XMLEditor

#### Run from the source repo

Expand All @@ -190,9 +190,9 @@ Similar to the [Java Keywords](#automatic-highlighting-of-java-keywords) demo ab
![Screenshot of the RichText demo](https://googledrive.com/host/0B4a5AnNnZhkbYlVlbVprYnhPdVk/rich-text.png)

#### Run using the pre-built JAR
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.8/richtextfx-demos-fat-0.6.8.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.9/richtextfx-demos-fat-0.6.9.jar) the pre-built "fat" JAR file and run

java -cp richtextfx-demos-fat-0.6.8.jar org.fxmisc.richtext.demo.RichText
java -cp richtextfx-demos-fat-0.6.9.jar org.fxmisc.richtext.demo.RichText

#### Run from the source repo

Expand All @@ -210,9 +210,9 @@ When the mouse pauses over the text area, you can get index of the character und
![Screenshot of the RichText demo](https://googledrive.com/host/0B4a5AnNnZhkbYlVlbVprYnhPdVk/tooltip-demo.png)

#### Run using the pre-built JAR
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.8/richtextfx-demos-fat-0.6.8.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.9/richtextfx-demos-fat-0.6.9.jar) the pre-built "fat" JAR file and run

java -cp richtextfx-demos-fat-0.6.8.jar org.fxmisc.richtext.demo.TooltipDemo
java -cp richtextfx-demos-fat-0.6.9.jar org.fxmisc.richtext.demo.TooltipDemo

#### Run from the source repo

Expand All @@ -228,31 +228,31 @@ Download

### Stable release

Current stable release is 0.6.8.
Current stable release is 0.6.9.

#### Maven coordinates

| Group ID | Artifact ID | Version |
| :-----------------: | :---------: | :-----: |
| org.fxmisc.richtext | richtextfx | 0.6.8 |
| org.fxmisc.richtext | richtextfx | 0.6.9 |

#### Gradle example

```groovy
dependencies {
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6.8'
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6.9'
}
```

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.6.8"
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.6.9"
```

#### Manual download

Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.8/richtextfx-0.6.8.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.8/richtextfx-fat-0.6.8.jar) and place it on your classpath.
Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.9/richtextfx-0.6.9.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.9/richtextfx-fat-0.6.9.jar) and place it on your classpath.


### Snapshot releases
Expand Down

0 comments on commit 1f15334

Please sign in to comment.