Incremented version
This commit is contained in:
parent
d04370fd81
commit
dffaa362c9
3 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -2,7 +2,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.vhati.modmanager</groupId>
|
||||
<artifactId>ftl-mod-manager</artifactId>
|
||||
<version>1.2</version>
|
||||
<version>1.3</version>
|
||||
<name>Slipstream Mod Manager</name>
|
||||
|
||||
<!-- Determined by mvn versions:display-plugin-updates -->
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Changelog
|
||||
|
||||
???:
|
||||
1.3:
|
||||
- Added "Return FTL to an unmodded state before switching to a new version"
|
||||
- Fixed advanced find tags' panic arg (was "true" all the time)
|
||||
- Fixed advanced selector tag not narrowing results when it had a value
|
||||
|
|
|
@ -25,7 +25,7 @@ public class FTLModManager {
|
|||
private static final Logger log = LogManager.getLogger(FTLModManager.class);
|
||||
|
||||
public static final String APP_NAME = "Slipstream Mod Manager";
|
||||
public static final ComparableVersion APP_VERSION = new ComparableVersion( "???" );
|
||||
public static final ComparableVersion APP_VERSION = new ComparableVersion( "1.3" );
|
||||
public static final String APP_URL = "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102";
|
||||
public static final String APP_AUTHOR = "Vhati";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue