Skip to content

Commit 5f99262

Browse files
author
Julien
committed
doc(sdk): updated version in readmes
1 parent 0cd1336 commit 5f99262

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

engine/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Include the dependency below in the pom.xml of your project.
99
<dependency>
1010
<groupId>com.codingame.gameengine</groupId>
1111
<artifactId>core</artifactId>
12-
<version>2.3</version>
12+
<version>3.4.1</version>
1313
</dependency>
1414
```
1515
Or a more recent version.

playground/core-concepts/core-2-game-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Include the dependency below in the pom.xml of your project.
1313
<dependency>
1414
<groupId>com.codingame.gameengine</groupId>
1515
<artifactId>runner</artifactId>
16-
<version>3.0.0</version>
16+
<version>3.4.1</version>
1717
</dependency>
1818
```
1919
Or a more recent version. See the [Release Notes](playground/misc/misc-3-release-notes.md).

playground/core-concepts/core-3-game-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Include the dependency below in the pom.xml of your project.
99
<dependency>
1010
<groupId>com.codingame.gameengine</groupId>
1111
<artifactId>core</artifactId>
12-
<version>2.4</version>
12+
<version>3.4.1</version>
1313
</dependency>
1414
```
1515
Or a more recent version. See the [Release Notes](misc/misc-3-release-notes.md).

playground/extensions/extensions-1-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Example of a project using the Graphic Entity Module and the End Screen Module:
2020
<dependency>
2121
<groupId>com.codingame.gameengine</groupId>
2222
<artifactId>module-entities</artifactId>
23-
<version>3.2.0</version>
23+
<version>3.4.1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.codingame.gameengine</groupId>
2727
<artifactId>module-endscreen</artifactId>
28-
<version>3.2.0</version>
28+
<version>3.4.1</version>
2929
</dependency>
3030
```
3131
`config.js`

playground/extensions/extensions-3-tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add the dependency in the `pom.xml` of your project.
1212
<dependency>
1313
<groupId>com.codingame.gameengine</groupId>
1414
<artifactId>module-tooltip</artifactId>
15-
<version>3.2.0</version>
15+
<version>3.4.1</version>
1616
</dependency>
1717
```
1818
And load the module in your `config.js`.

playground/extensions/extensions-4-endscreen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the dependency in the `pom.xml` of your project.
1111
<dependency>
1212
<groupId>com.codingame.gameengine</groupId>
1313
<artifactId>module-endscreen</artifactId>
14-
<version>3.2.0</version>
14+
<version>3.4.1</version>
1515
</dependency>
1616
```
1717
And load the module in your `config.js`.

playground/extensions/extensions-toggle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the dependency in the `pom.xml` of your project.
1111
<dependency>
1212
<groupId>com.codingame.gameengine</groupId>
1313
<artifactId>module-toggle</artifactId>
14-
<version>3.2.0</version>
14+
<version>3.4.1</version>
1515
</dependency>
1616
```
1717

playground/graphics/graphics-1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Include the dependency below in the pom.xml of your project.
1515
<dependency>
1616
<groupId>com.codingame.gameengine</groupId>
1717
<artifactId>module-entities</artifactId>
18-
<version>2.4</version>
18+
<version>3.4.1</version>
1919
</dependency>
2020
```
2121
Or a more recent version. See the [Release Notes](playground/misc/misc-3-release-notes.md).

0 commit comments

Comments
 (0)