Skip to content

Commit

Permalink
release 17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Mar 30, 2023
1 parent 06e5744 commit d798d41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -77,7 +77,7 @@ Make sure to set `<release>17</release>` for `maven-compiler-plugin`.
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>fxgl</artifactId>
<version>17.2</version>
<version>17.3</version>
</dependency>
```

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

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Expand Up @@ -73,7 +73,7 @@ public class BasicGameApp extends GameApplication {
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>fxgl</artifactId>
<version>17.2</version>
<version>17.3</version>
</dependency>
```

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

Expand Down

0 comments on commit d798d41

Please sign in to comment.