Skip to content

Commit

Permalink
Update version to 0.23.0Beta.
Browse files Browse the repository at this point in the history
Update change log.
  • Loading branch information
tuomount committed Mar 2, 2023
1 parent 4a78ebd commit 1a10716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.openRealmOfStars</groupId>
<artifactId>Open-Realm-of-Stars</artifactId>
<version>0.22.49Beta</version>
<version>0.23.0Beta</version>
<packaging>jar</packaging>
<url>https://github.com/tuomount/Open-Realms-of-Stars</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openRealmOfStars/game/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public class Game implements ActionListener {
/**
* Game version number
*/
public static final String GAME_VERSION = "0.22.49Beta";
public static final String GAME_VERSION = "0.23.0Beta";

/**
* Animation timer used for animation
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/resources/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Added 13 event pictures including planetary and random events.
* Starting planet could be something else than planet number 1.
* New image for alien ship random event.
* Food requirement is visible in Food production in planet view.

- Bugfixes -

Expand Down

0 comments on commit 1a10716

Please sign in to comment.