Skip to content

Commit

Permalink
Support version Beta 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
coder111111 committed Feb 20, 2021
1 parent 50dfe9f commit a78b89a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ text in the planetary spending screen. Since version 1.8 Governor is on by defau

Additional features / changelog

* 2.14.1. Merge v2.14 Beta. Fix AutoScout to send out armed ships from uncolonized systems as well if no enemy inbound.

* 2.13.3. Merge v2.13b Beta. Fix AutoScout to send out ships from uncolonized systems.

* 2.12.2. Merge v2.12a Beta. Add autoattack option. Make AutoScout, AutoColonize or AutoAttack number of ships
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rayfowler</groupId>

<version>2.13.3</version>
<version>2.14.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>8</java.version>
Expand Down
2 changes: 1 addition & 1 deletion src/rotp/RotpGovernor.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* to get more memory it uses the right jar file name.
*/
public class RotpGovernor {
static String expectedROTPVersion = "Beta 2.13b";
static String expectedROTPVersion = "Beta 2.14";

private static String governorVersion = null;

Expand Down

0 comments on commit a78b89a

Please sign in to comment.