@@ -122,13 +122,13 @@ Demos
122122
123123#### Run using the pre-built JAR
124124
125- [ Download] ( https://github.com/TomasMikula/RichTextFX/releases/download/v0.6/richtextfx-demos-fat-0.6.jar ) the pre-built "fat" JAR file and run
125+ [ Download] ( https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.1 /richtextfx-demos-fat-0.6.1 .jar ) the pre-built "fat" JAR file and run
126126
127- java -cp richtextfx-demos-fat-0.6.jar org.fxmisc.richtext.demo.JavaKeywords
127+ java -cp richtextfx-demos-fat-0.6.1. jar org.fxmisc.richtext.demo.JavaKeywords
128128
129129or
130130
131- java -cp richtextfx-demos-fat-0.6.jar org.fxmisc.richtext.demo.JavaKeywordsAsync
131+ java -cp richtextfx-demos-fat-0.6.1. jar org.fxmisc.richtext.demo.JavaKeywordsAsync
132132
133133#### Run from the source repo
134134
@@ -152,9 +152,9 @@ The former computes highlighting on the JavaFX application thread, while the lat
152152![ Screenshot of the RichText demo] ( https://googledrive.com/host/0B4a5AnNnZhkbYlVlbVprYnhPdVk/rich-text.png )
153153
154154#### Run using the pre-built JAR
155- [ Download] ( https://github.com/TomasMikula/RichTextFX/releases/download/v0.6/richtextfx-demos-fat-0.6.jar ) the pre-built "fat" JAR file and run
155+ [ Download] ( https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.1 /richtextfx-demos-fat-0.6.1 .jar ) the pre-built "fat" JAR file and run
156156
157- java -cp richtextfx-demos-fat-0.6.jar org.fxmisc.richtext.demo.RichText
157+ java -cp richtextfx-demos-fat-0.6.1. jar org.fxmisc.richtext.demo.RichText
158158
159159#### Run from the source repo
160160
@@ -172,9 +172,9 @@ When the mouse pauses over the text area, you can get index of the character und
172172![ Screenshot of the RichText demo] ( https://googledrive.com/host/0B4a5AnNnZhkbYlVlbVprYnhPdVk/tooltip-demo.png )
173173
174174#### Run using the pre-built JAR
175- [ Download] ( https://github.com/TomasMikula/RichTextFX/releases/download/v0.6/richtextfx-demos-fat-0.6.jar ) the pre-built "fat" JAR file and run
175+ [ Download] ( https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.1 /richtextfx-demos-fat-0.6.1 .jar ) the pre-built "fat" JAR file and run
176176
177- java -cp richtextfx-demos-fat-0.6.jar org.fxmisc.richtext.demo.TooltipDemo
177+ java -cp richtextfx-demos-fat-0.6.1. jar org.fxmisc.richtext.demo.TooltipDemo
178178
179179#### Run from the source repo
180180
@@ -190,31 +190,31 @@ Use RichTextFX in your project
190190
191191### Stable release
192192
193- Current stable release is 0.6.
193+ Current stable release is 0.6.1.
194194
195195#### Maven coordinates
196196
197197| Group ID | Artifact ID | Version |
198198| :-----------------: | :---------: | :-----: |
199- | org.fxmisc.richtext | richtextfx | 0.6 |
199+ | org.fxmisc.richtext | richtextfx | 0.6.1 |
200200
201201#### Gradle example
202202
203203``` groovy
204204dependencies {
205- compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6'
205+ compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6.1 '
206206}
207207```
208208
209209#### Sbt example
210210
211211``` scala
212- libraryDependencies += " org.fxmisc.richtext" % " richtextfx" % " 0.6"
212+ libraryDependencies += " org.fxmisc.richtext" % " richtextfx" % " 0.6.1 "
213213```
214214
215215#### Manual download
216216
217- Download [ the JAR file] ( https://github.com/TomasMikula/RichTextFX/releases/download/v0.6/richtextfx-0.6.jar ) or [ the fat JAR file (including dependencies)] ( https://github.com/TomasMikula/RichTextFX/releases/download/v0.6/richtextfx-fat-0.6.jar ) and place it on your classpath.
217+ Download [ the JAR file] ( https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.1 /richtextfx-0.6.1. jar ) or [ the fat JAR file (including dependencies)] ( https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.1 /richtextfx-fat-0.6.1 .jar ) and place it on your classpath.
218218
219219
220220### Snapshot releases
0 commit comments