@@ -139,13 +139,13 @@ Demos
139139
140140#### Run using the pre-built JAR
141141
142- [ 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
142+ [ 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
143143
144- java -cp richtextfx-demos-fat-0.6.3 .jar org.fxmisc.richtext.demo.JavaKeywords
144+ java -cp richtextfx-demos-fat-0.6.4 .jar org.fxmisc.richtext.demo.JavaKeywords
145145
146146or
147147
148- java -cp richtextfx-demos-fat-0.6.3 .jar org.fxmisc.richtext.demo.JavaKeywordsAsync
148+ java -cp richtextfx-demos-fat-0.6.4 .jar org.fxmisc.richtext.demo.JavaKeywordsAsync
149149
150150#### Run from the source repo
151151
@@ -169,9 +169,9 @@ The former computes highlighting on the JavaFX application thread, while the lat
169169![ Screenshot of the RichText demo] ( https://googledrive.com/host/0B4a5AnNnZhkbYlVlbVprYnhPdVk/rich-text.png )
170170
171171#### Run using the pre-built JAR
172- [ 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
172+ [ 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
173173
174- java -cp richtextfx-demos-fat-0.6.3 .jar org.fxmisc.richtext.demo.RichText
174+ java -cp richtextfx-demos-fat-0.6.4 .jar org.fxmisc.richtext.demo.RichText
175175
176176#### Run from the source repo
177177
@@ -189,9 +189,9 @@ When the mouse pauses over the text area, you can get index of the character und
189189![ Screenshot of the RichText demo] ( https://googledrive.com/host/0B4a5AnNnZhkbYlVlbVprYnhPdVk/tooltip-demo.png )
190190
191191#### Run using the pre-built JAR
192- [ 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
192+ [ 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
193193
194- java -cp richtextfx-demos-fat-0.6.3 .jar org.fxmisc.richtext.demo.TooltipDemo
194+ java -cp richtextfx-demos-fat-0.6.4 .jar org.fxmisc.richtext.demo.TooltipDemo
195195
196196#### Run from the source repo
197197
@@ -207,31 +207,31 @@ Download
207207
208208### Stable release
209209
210- Current stable release is 0.6.3 .
210+ Current stable release is 0.6.4 .
211211
212212#### Maven coordinates
213213
214214| Group ID | Artifact ID | Version |
215215| :-----------------: | :---------: | :-----: |
216- | org.fxmisc.richtext | richtextfx | 0.6.3 |
216+ | org.fxmisc.richtext | richtextfx | 0.6.4 |
217217
218218#### Gradle example
219219
220220``` groovy
221221dependencies {
222- compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6.3 '
222+ compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6.4 '
223223}
224224```
225225
226226#### Sbt example
227227
228228``` scala
229- libraryDependencies += " org.fxmisc.richtext" % " richtextfx" % " 0.6.3 "
229+ libraryDependencies += " org.fxmisc.richtext" % " richtextfx" % " 0.6.4 "
230230```
231231
232232#### Manual download
233233
234- 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.
234+ 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.
235235
236236
237237### Snapshot releases
0 commit comments