Skip to content

Commit

Permalink
release 21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Mar 26, 2024
1 parent 80c164a commit 10ee77c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -79,7 +79,7 @@ Otherwise, see:
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>fxgl</artifactId>
<version>21</version>
<version>21.1</version>
</dependency>
```

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

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

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

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

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

Expand Down

0 comments on commit 10ee77c

Please sign in to comment.