Skip to content

Commit f361f32

Browse files
committed
Update versions.
1 parent b994185 commit f361f32

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

129129
or
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
204204
dependencies {
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

richtextfx/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ apply plugin: 'signing'
44
group = 'org.fxmisc.richtext'
55

66
dependencies {
7-
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-SNAPSHOT'
7+
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M4'
88
compile group: 'org.fxmisc.undo', name: 'undofx', version: '[1.1,1.2)'
99
compile group: 'org.fxmisc.easybind', name: 'easybind', version: '[1.0.3,1.1)'
10-
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.4.1-SNAPSHOT'
10+
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.4.1'
1111
compile group: 'org.fxmisc.wellbehaved', name: 'wellbehavedfx', version: '[0.1,0.2)'
1212
testCompile group: 'junit', name: 'junit', version: '[4.0,5)'
1313
}

0 commit comments

Comments
 (0)