Skip to content

Commit

Permalink
Bump ReactFX version, update version to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Aug 18, 2015
1 parent 0e55d34 commit 43d17ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ There is also a "Save" button that fakes a save operation. It is enabled only wh

### Run from the pre-built JAR

[Download](https://github.com/TomasMikula/UndoFX/releases/download/v1.1/undofx-demos-fat-1.1.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/UndoFX/releases/download/v1.1.1/undofx-demos-fat-1.1.1.jar) the pre-built "fat" JAR file and run

java -cp undofx-demos-fat-1.1.jar org.fxmisc.undo.demo.CircleProperties
java -cp undofx-demos-fat-1.1.1.jar org.fxmisc.undo.demo.CircleProperties

### Run from the source repo

Expand Down Expand Up @@ -141,31 +141,31 @@ Use UndoFX in your project

### Stable release

Current stable release is 1.1.
Current stable release is 1.1.1.

#### Maven coordinates

| Group ID | Artifact ID | Version |
| :-------------: | :---------: | :-----: |
| org.fxmisc.undo | undofx | 1.1 |
| org.fxmisc.undo | undofx | 1.1.1 |

#### Gradle example

```groovy
dependencies {
compile group: 'org.fxmisc.undo', name: 'undofx', version: '1.1'
compile group: 'org.fxmisc.undo', name: 'undofx', version: '1.1.1'
}
```

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.undo" % "undofx" % "1.1"
libraryDependencies += "org.fxmisc.undo" % "undofx" % "1.1.1"
```

#### Manual download

Download [the JAR file](https://github.com/TomasMikula/UndoFX/releases/download/v1.1/undofx-1.1.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/UndoFX/releases/download/v1.1/undofx-fat-1.1.jar) and place it on your classpath.
Download [the JAR file](https://github.com/TomasMikula/UndoFX/releases/download/v1.1.1/undofx-1.1.1.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/UndoFX/releases/download/v1.1.1/undofx-fat-1.1.1.jar) and place it on your classpath.


### Snapshot releases
Expand Down
2 changes: 1 addition & 1 deletion undofx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'
group = 'org.fxmisc.undo'

dependencies {
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M2u1'
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M4u1'
testCompile group: 'junit', name: 'junit', version: '[4.0,)'
}

Expand Down

0 comments on commit 43d17ce

Please sign in to comment.