Skip to content

Commit

Permalink
Update version to 0.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Apr 21, 2015
1 parent 89a2577 commit 207bc71
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ Demos

#### Run using the pre-built JAR

[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.3/richtextfx-demos-fat-0.6.3.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.4/richtextfx-demos-fat-0.6.4.jar) the pre-built "fat" JAR file and run

java -cp richtextfx-demos-fat-0.6.3.jar org.fxmisc.richtext.demo.JavaKeywords
java -cp richtextfx-demos-fat-0.6.4.jar org.fxmisc.richtext.demo.JavaKeywords

or

java -cp richtextfx-demos-fat-0.6.3.jar org.fxmisc.richtext.demo.JavaKeywordsAsync
java -cp richtextfx-demos-fat-0.6.4.jar org.fxmisc.richtext.demo.JavaKeywordsAsync

#### Run from the source repo

Expand All @@ -169,9 +169,9 @@ The former computes highlighting on the JavaFX application thread, while the lat
![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.3/richtextfx-demos-fat-0.6.3.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.4/richtextfx-demos-fat-0.6.4.jar) the pre-built "fat" JAR file and run

java -cp richtextfx-demos-fat-0.6.3.jar org.fxmisc.richtext.demo.RichText
java -cp richtextfx-demos-fat-0.6.4.jar org.fxmisc.richtext.demo.RichText

#### Run from the source repo

Expand All @@ -189,9 +189,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.3/richtextfx-demos-fat-0.6.3.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.4/richtextfx-demos-fat-0.6.4.jar) the pre-built "fat" JAR file and run

java -cp richtextfx-demos-fat-0.6.3.jar org.fxmisc.richtext.demo.TooltipDemo
java -cp richtextfx-demos-fat-0.6.4.jar org.fxmisc.richtext.demo.TooltipDemo

#### Run from the source repo

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

### Stable release

Current stable release is 0.6.3.
Current stable release is 0.6.4.

#### Maven coordinates

| Group ID | Artifact ID | Version |
| :-----------------: | :---------: | :-----: |
| org.fxmisc.richtext | richtextfx | 0.6.3 |
| org.fxmisc.richtext | richtextfx | 0.6.4 |

#### Gradle example

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

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.6.3"
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.6.4"
```

#### Manual download

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


### Snapshot releases
Expand Down

0 comments on commit 207bc71

Please sign in to comment.