Incremented version
This commit is contained in:
parent
0543d8748e
commit
c0078f37fd
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -2,7 +2,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>net.vhati.modmanager</groupId>
|
<groupId>net.vhati.modmanager</groupId>
|
||||||
<artifactId>ftl-mod-manager</artifactId>
|
<artifactId>ftl-mod-manager</artifactId>
|
||||||
<version>1.5</version>
|
<version>1.6</version>
|
||||||
<name>Slipstream Mod Manager</name>
|
<name>Slipstream Mod Manager</name>
|
||||||
|
|
||||||
<!-- Determined by mvn versions:display-plugin-updates -->
|
<!-- Determined by mvn versions:display-plugin-updates -->
|
||||||
|
|
|
@ -25,7 +25,7 @@ public class FTLModManager {
|
||||||
private static final Logger log = LogManager.getLogger(FTLModManager.class);
|
private static final Logger log = LogManager.getLogger(FTLModManager.class);
|
||||||
|
|
||||||
public static final String APP_NAME = "Slipstream Mod Manager";
|
public static final String APP_NAME = "Slipstream Mod Manager";
|
||||||
public static final ComparableVersion APP_VERSION = new ComparableVersion( "1.5" );
|
public static final ComparableVersion APP_VERSION = new ComparableVersion( "1.6" );
|
||||||
public static final String APP_URL = "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102";
|
public static final String APP_URL = "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102";
|
||||||
public static final String APP_AUTHOR = "Vhati";
|
public static final String APP_AUTHOR = "Vhati";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue