Incremented version

This commit is contained in:
Vhati 2013-08-28 18:20:09 -04:00
parent 524b376694
commit a879071dbd
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.vhati.modmanager</groupId>
<artifactId>ftl-mod-manager</artifactId>
<version>1.0</version>
<version>1.1</version>
<name>Slipstream Mod Manager</name>
<!-- Determined by mvn versions:display-plugin-updates -->

View file

@ -1,6 +1,6 @@
Changelog
???:
1.1:
- Added a button to open the mods/ folder
- Added FTL resource extraction
- Made the mods list resizable (drag the divider)

View file

@ -26,7 +26,7 @@ public class FTLModManager {
private static final Logger log = LogManager.getLogger(FTLModManager.class);
private static final String APP_NAME = "Slipstream Mod Manager";
private static final ComparableVersion APP_VERSION = new ComparableVersion( "???" );
private static final ComparableVersion APP_VERSION = new ComparableVersion( "1.1" );
private static final String APP_URL = "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102";
private static final String APP_AUTHOR = "Vhati";