Skip to content

Commit

Permalink
Update version in README to 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Apr 28, 2017
1 parent 2eedd39 commit f9edaa5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.3.0/undofx-demos-fat-1.3.0.jar) the pre-built "fat" JAR file and run
[Download](https://github.com/TomasMikula/UndoFX/releases/download/v1.3.1/undofx-demos-fat-1.3.1.jar) the pre-built "fat" JAR file and run

java -cp undofx-demos-fat-1.3.0.jar org.fxmisc.undo.demo.CircleProperties
java -cp undofx-demos-fat-1.3.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.3.0 |
| org.fxmisc.undo | undofx | 1.3.1 |

### Gradle example

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

### Sbt example

```scala
libraryDependencies += "org.fxmisc.undo" % "undofx" % "1.3.0"
libraryDependencies += "org.fxmisc.undo" % "undofx" % "1.3.1"
```

### Manual download

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


License
Expand All @@ -172,4 +172,4 @@ License
Links
-----

[API Documentation (Javadoc)](http://fxmisc.github.io/undo/javadoc/org/fxmisc/undo/1.3.0/package-summary.html)
[API Documentation (Javadoc)](http://fxmisc.github.io/undo/javadoc/1.3.1/org/fxmisc/undo/package-summary.html)

0 comments on commit f9edaa5

Please sign in to comment.