Skip to content

Commit

Permalink
Update version in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Jun 10, 2016
1 parent 7beaedc commit 76b4736
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,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.2/undofx-demos-fat-1.2.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/UndoFX/releases/download/v1.2.1/undofx-demos-fat-1.2.1.jar) the pre-built "fat" JAR file and run

java -cp undofx-demos-fat-1.2.jar org.fxmisc.undo.demo.CircleProperties
java -cp undofx-demos-fat-1.2.1.jar org.fxmisc.undo.demo.CircleProperties

### Run from the source repo

Expand Down Expand Up @@ -142,25 +142,25 @@ Use UndoFX in your project

| Group ID | Artifact ID | Version |
| :-------------: | :---------: | :-----: |
| org.fxmisc.undo | undofx | 1.2 |
| org.fxmisc.undo | undofx | 1.2.1 |

### Gradle example

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

### Sbt example

```scala
libraryDependencies += "org.fxmisc.undo" % "undofx" % "1.2"
libraryDependencies += "org.fxmisc.undo" % "undofx" % "1.2.1"
```

### Manual download

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


License
Expand Down

0 comments on commit 76b4736

Please sign in to comment.