Skip to content

Commit f9edaa5

Browse files
committed
Update version in README to 1.3.1.
1 parent 2eedd39 commit f9edaa5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ There is also a "Save" button that fakes a save operation. It is enabled only wh
110110

111111
### Run from the pre-built JAR
112112

113-
[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
113+
[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
114114

115-
java -cp undofx-demos-fat-1.3.0.jar org.fxmisc.undo.demo.CircleProperties
115+
java -cp undofx-demos-fat-1.3.1.jar org.fxmisc.undo.demo.CircleProperties
116116

117117
### Run from the source repo
118118

@@ -142,25 +142,25 @@ Use UndoFX in your project
142142

143143
| Group ID | Artifact ID | Version |
144144
| :-------------: | :---------: | :-----: |
145-
| org.fxmisc.undo | undofx | 1.3.0 |
145+
| org.fxmisc.undo | undofx | 1.3.1 |
146146

147147
### Gradle example
148148

149149
```groovy
150150
dependencies {
151-
compile group: 'org.fxmisc.undo', name: 'undofx', version: '1.3.0'
151+
compile group: 'org.fxmisc.undo', name: 'undofx', version: '1.3.1'
152152
}
153153
```
154154

155155
### Sbt example
156156

157157
```scala
158-
libraryDependencies += "org.fxmisc.undo" % "undofx" % "1.3.0"
158+
libraryDependencies += "org.fxmisc.undo" % "undofx" % "1.3.1"
159159
```
160160

161161
### Manual download
162162

163-
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.
163+
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.
164164

165165

166166
License
@@ -172,4 +172,4 @@ License
172172
Links
173173
-----
174174

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

0 commit comments

Comments
 (0)