Skip to content

Commit

Permalink
release 11.17
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Jul 16, 2021
1 parent 8dac8cd commit 8d80c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Make sure to set `<release>11</release>` for `maven-compiler-plugin`.
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>fxgl</artifactId>
<version>11.16</version>
<version>11.17</version>
</dependency>
```

Expand All @@ -87,7 +87,7 @@ repositories {
}
dependencies {
compile 'com.github.almasb:fxgl:11.16'
compile 'com.github.almasb:fxgl:11.17'
}
```

Expand Down

0 comments on commit 8d80c6e

Please sign in to comment.