Skip to content

Commit 76b4736

Browse files
committed
Update version in README.
1 parent 7beaedc commit 76b4736

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
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.2/undofx-demos-fat-1.2.jar) the pre-built "fat" JAR file and run
113+
[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
114114

115-
java -cp undofx-demos-fat-1.2.jar org.fxmisc.undo.demo.CircleProperties
115+
java -cp undofx-demos-fat-1.2.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.2 |
145+
| org.fxmisc.undo | undofx | 1.2.1 |
146146

147147
### Gradle example
148148

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

155155
### Sbt example
156156

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

161161
### Manual download
162162

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

165165

166166
License

0 commit comments

Comments
 (0)