Skip to content

Commit

Permalink
release 17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Mar 24, 2022
1 parent fac790b commit 3eff0db
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 @@ -70,7 +70,7 @@ Make sure to set `<release>17</release>` for `maven-compiler-plugin`.
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>fxgl</artifactId>
<version>17</version>
<version>17.1</version>
</dependency>
```

Expand All @@ -88,7 +88,7 @@ repositories {
}
dependencies {
compile 'com.github.almasb:fxgl:17'
compile 'com.github.almasb:fxgl:17.1'
}
```

Expand Down

0 comments on commit 3eff0db

Please sign in to comment.