Skip to content

Commit 65e1530

Browse files
update version to 8.0.3 and 11.0.3
1 parent 3e9de34 commit 65e1530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use this framework as part of your Maven build simply add the following depen
1717
<dependency>
1818
<groupId>com.dlsc.workbenchfx</groupId>
1919
<artifactId>workbenchfx-core</artifactId>
20-
<version>8.0.2</version>
20+
<version>8.0.3</version>
2121
</dependency>
2222
```
2323

@@ -26,7 +26,7 @@ To use this framework as part of your Maven build simply add the following depen
2626
<dependency>
2727
<groupId>com.dlsc.workbenchfx</groupId>
2828
<artifactId>workbenchfx-core</artifactId>
29-
<version>11.0.2</version>
29+
<version>11.0.3</version>
3030
</dependency>
3131
```
3232

@@ -37,14 +37,14 @@ To use this framework as part of your gradle build simply add the following to y
3737
### Java 8
3838
```groovy
3939
dependencies {
40-
compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '8.0.2'
40+
compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '8.0.3'
4141
}
4242
```
4343

4444
### Java 11
4545
```groovy
4646
dependencies {
47-
compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '11.0.2'
47+
compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '11.0.3'
4848
}
4949
```
5050

0 commit comments

Comments
 (0)