Skip to content

Commit a8ed783

Browse files
committed
Update release version to 0.6.5.
1 parent d5eacab commit a8ed783

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ Demos
140140

141141
#### Run using the pre-built JAR
142142

143-
[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
143+
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.5/richtextfx-demos-fat-0.6.5.jar) the pre-built "fat" JAR file and run
144144

145-
java -cp richtextfx-demos-fat-0.6.4.jar org.fxmisc.richtext.demo.JavaKeywords
145+
java -cp richtextfx-demos-fat-0.6.5.jar org.fxmisc.richtext.demo.JavaKeywords
146146

147147
or
148148

149-
java -cp richtextfx-demos-fat-0.6.4.jar org.fxmisc.richtext.demo.JavaKeywordsAsync
149+
java -cp richtextfx-demos-fat-0.6.5.jar org.fxmisc.richtext.demo.JavaKeywordsAsync
150150

151151
#### Run from the source repo
152152

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

191191
#### Run using the pre-built JAR
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
192+
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.5/richtextfx-demos-fat-0.6.5.jar) the pre-built "fat" JAR file and run
193193

194-
java -cp richtextfx-demos-fat-0.6.4.jar org.fxmisc.richtext.demo.RichText
194+
java -cp richtextfx-demos-fat-0.6.5.jar org.fxmisc.richtext.demo.RichText
195195

196196
#### Run from the source repo
197197

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

211211
#### Run using the pre-built JAR
212-
[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
212+
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.5/richtextfx-demos-fat-0.6.5.jar) the pre-built "fat" JAR file and run
213213

214-
java -cp richtextfx-demos-fat-0.6.4.jar org.fxmisc.richtext.demo.TooltipDemo
214+
java -cp richtextfx-demos-fat-0.6.5.jar org.fxmisc.richtext.demo.TooltipDemo
215215

216216
#### Run from the source repo
217217

@@ -227,31 +227,31 @@ Download
227227

228228
### Stable release
229229

230-
Current stable release is 0.6.4.
230+
Current stable release is 0.6.5.
231231

232232
#### Maven coordinates
233233

234234
| Group ID | Artifact ID | Version |
235235
| :-----------------: | :---------: | :-----: |
236-
| org.fxmisc.richtext | richtextfx | 0.6.4 |
236+
| org.fxmisc.richtext | richtextfx | 0.6.5 |
237237

238238
#### Gradle example
239239

240240
```groovy
241241
dependencies {
242-
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6.4'
242+
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6.5'
243243
}
244244
```
245245

246246
#### Sbt example
247247

248248
```scala
249-
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.6.4"
249+
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.6.5"
250250
```
251251

252252
#### Manual download
253253

254-
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.
254+
Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.5/richtextfx-0.6.5.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.6.5/richtextfx-fat-0.6.5.jar) and place it on your classpath.
255255

256256

257257
### Snapshot releases

0 commit comments

Comments
 (0)