Skip to content

Commit

Permalink
release 17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Aug 20, 2022
1 parent d20ed6b commit 9fa9efc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Make sure to set `<release>17</release>` for `maven-compiler-plugin`.
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>fxgl</artifactId>
<version>17.1</version>
<version>17.2</version>
</dependency>
```

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

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class BasicGameApp extends GameApplication {
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>fxgl</artifactId>
<version>17.1</version>
<version>17.2</version>
</dependency>
```

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

Expand Down

0 comments on commit 9fa9efc

Please sign in to comment.