Skip to content

Commit

Permalink
chore(release): 🔖 bump version to v1.0.1
Browse files Browse the repository at this point in the history
to include the latest patch
  • Loading branch information
LBF38 committed Mar 13, 2023
1 parent f28fc1f commit abb814b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion duelinvaders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.enstabretagne</groupId>
<artifactId>duelinvaders</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected void initSettings(GameSettings settings) {
settings.setHeight(Settings.GAME_HEIGHT.intValue());
settings.setTitle("Duel Invaders");
settings.setAppIcon(assetNames.textures.APP_ICON);
settings.setVersion("1.0.0");
settings.setVersion("1.0.1");
settings.setMainMenuEnabled(true);
settings.setGameMenuEnabled(true);
settings.setFullScreenAllowed(true);
Expand Down

0 comments on commit abb814b

Please sign in to comment.