@@ -141,13 +141,13 @@ Demos
141141
142142#### Run using the pre-built JAR
143143
144- [ 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
144+ [ 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
145145
146- java -cp richtextfx-demos-fat-0.6.8 .jar org.fxmisc.richtext.demo.JavaKeywords
146+ java -cp richtextfx-demos-fat-0.6.9 .jar org.fxmisc.richtext.demo.JavaKeywords
147147
148148or
149149
150- java -cp richtextfx-demos-fat-0.6.8 .jar org.fxmisc.richtext.demo.JavaKeywordsAsync
150+ java -cp richtextfx-demos-fat-0.6.9 .jar org.fxmisc.richtext.demo.JavaKeywordsAsync
151151
152152#### Run from the source repo
153153
@@ -172,9 +172,9 @@ Similar to the [Java Keywords](#automatic-highlighting-of-java-keywords) demo ab
172172
173173#### Run using the pre-built JAR
174174
175- [ 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
175+ [ 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
176176
177- java -cp richtextfx-demos-fat-0.6.8 .jar org.fxmisc.richtext.demo.XMLEditor
177+ java -cp richtextfx-demos-fat-0.6.9 .jar org.fxmisc.richtext.demo.XMLEditor
178178
179179#### Run from the source repo
180180
@@ -190,9 +190,9 @@ Similar to the [Java Keywords](#automatic-highlighting-of-java-keywords) demo ab
190190![ Screenshot of the RichText demo] ( https://googledrive.com/host/0B4a5AnNnZhkbYlVlbVprYnhPdVk/rich-text.png )
191191
192192#### Run using the pre-built JAR
193- [ 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
193+ [ 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
194194
195- java -cp richtextfx-demos-fat-0.6.8 .jar org.fxmisc.richtext.demo.RichText
195+ java -cp richtextfx-demos-fat-0.6.9 .jar org.fxmisc.richtext.demo.RichText
196196
197197#### Run from the source repo
198198
@@ -210,9 +210,9 @@ When the mouse pauses over the text area, you can get index of the character und
210210![ Screenshot of the RichText demo] ( https://googledrive.com/host/0B4a5AnNnZhkbYlVlbVprYnhPdVk/tooltip-demo.png )
211211
212212#### Run using the pre-built JAR
213- [ 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
213+ [ 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
214214
215- java -cp richtextfx-demos-fat-0.6.8 .jar org.fxmisc.richtext.demo.TooltipDemo
215+ java -cp richtextfx-demos-fat-0.6.9 .jar org.fxmisc.richtext.demo.TooltipDemo
216216
217217#### Run from the source repo
218218
@@ -228,31 +228,31 @@ Download
228228
229229### Stable release
230230
231- Current stable release is 0.6.8 .
231+ Current stable release is 0.6.9 .
232232
233233#### Maven coordinates
234234
235235| Group ID | Artifact ID | Version |
236236| :-----------------: | :---------: | :-----: |
237- | org.fxmisc.richtext | richtextfx | 0.6.8 |
237+ | org.fxmisc.richtext | richtextfx | 0.6.9 |
238238
239239#### Gradle example
240240
241241``` groovy
242242dependencies {
243- compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6.8 '
243+ compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6.9 '
244244}
245245```
246246
247247#### Sbt example
248248
249249``` scala
250- libraryDependencies += " org.fxmisc.richtext" % " richtextfx" % " 0.6.8 "
250+ libraryDependencies += " org.fxmisc.richtext" % " richtextfx" % " 0.6.9 "
251251```
252252
253253#### Manual download
254254
255- 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.
255+ 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.
256256
257257
258258### Snapshot releases
0 commit comments