We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1d743 commit b0d9a69Copy full SHA for b0d9a69
README.md
@@ -70,7 +70,7 @@ Already have `pom.xml`? Then add: (use `0.5.4` for Java 8-10). **Note:** make su
70
<dependency>
71
<groupId>com.github.almasb</groupId>
72
<artifactId>fxgl</artifactId>
73
- <version>11.12</version>
+ <version>11.13</version>
74
</dependency>
75
```
76
@@ -86,7 +86,7 @@ repositories {
86
}
87
88
dependencies {
89
- compile 'com.github.almasb:fxgl:11.12'
+ compile 'com.github.almasb:fxgl:11.13'
90
91
92
0 commit comments