Skip to content

Commit

Permalink
Update version to 0.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Aug 27, 2014
1 parent d2eb569 commit 1ad6755
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ Demos

#### Run using the pre-built JAR

[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.4.3/richtextfx-demos-fat-0.4.3.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.4.4/richtextfx-demos-fat-0.4.4.jar) the pre-built "fat" JAR file and run

java -cp richtextfx-demos-fat-0.4.3.jar org.fxmisc.richtext.demo.JavaKeywords
java -cp richtextfx-demos-fat-0.4.4.jar org.fxmisc.richtext.demo.JavaKeywords

or

java -cp richtextfx-demos-fat-0.4.3.jar org.fxmisc.richtext.demo.JavaKeywordsAsync
java -cp richtextfx-demos-fat-0.4.4.jar org.fxmisc.richtext.demo.JavaKeywordsAsync

#### Run from the source repo

Expand All @@ -139,9 +139,9 @@ The former computes highlighting on the JavaFX application thread, while the lat
![Screenshot of the RichText demo](https://googledrive.com/host/0B4a5AnNnZhkbYlVlbVprYnhPdVk/rich-text.png)

#### Run using the pre-built JAR
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.4.3/richtextfx-demos-fat-0.4.3.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.4.4/richtextfx-demos-fat-0.4.4.jar) the pre-built "fat" JAR file and run

java -cp richtextfx-demos-fat-0.4.3.jar org.fxmisc.richtext.demo.RichText
java -cp richtextfx-demos-fat-0.4.4.jar org.fxmisc.richtext.demo.RichText

#### Run from the source repo

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

#### Run using the pre-built JAR
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.4.3/richtextfx-demos-fat-0.4.3.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/RichTextFX/releases/download/v0.4.4/richtextfx-demos-fat-0.4.4.jar) the pre-built "fat" JAR file and run

java -cp richtextfx-demos-fat-0.4.3.jar org.fxmisc.richtext.demo.TooltipDemo
java -cp richtextfx-demos-fat-0.4.4.jar org.fxmisc.richtext.demo.TooltipDemo

#### Run from the source repo

Expand All @@ -177,31 +177,31 @@ Use RichTextFX in your project

### Stable release

Current stable release is 0.4.3.
Current stable release is 0.4.4.

#### Maven coordinates

| Group ID | Artifact ID | Version |
| :-----------------: | :---------: | :-----: |
| org.fxmisc.richtext | richtextfx | 0.4.3 |
| org.fxmisc.richtext | richtextfx | 0.4.4 |

#### Gradle example

```groovy
dependencies {
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.4.3'
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.4.4'
}
```

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.4.3"
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.4.4"
```

#### Manual download

Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.4.3/richtextfx-0.4.3.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.4.3/richtextfx-fat-0.4.3.jar) and place it on your classpath.
Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.4.4/richtextfx-0.4.4.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.4.4/richtextfx-fat-0.4.4.jar) and place it on your classpath.


### Snapshot releases
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ subprojects {
apply plugin: 'java'
apply plugin: 'eclipse'

version = '0.4.3'
version = '0.4.4'

repositories {
mavenCentral()
Expand Down

0 comments on commit 1ad6755

Please sign in to comment.