Incremented version
This commit is contained in:
parent
524b376694
commit
a879071dbd
3 changed files with 3 additions and 3 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.0</version>
|
<version>1.1</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 -->
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
???:
|
1.1:
|
||||||
- Added a button to open the mods/ folder
|
- Added a button to open the mods/ folder
|
||||||
- Added FTL resource extraction
|
- Added FTL resource extraction
|
||||||
- Made the mods list resizable (drag the divider)
|
- Made the mods list resizable (drag the divider)
|
||||||
|
|
|
@ -26,7 +26,7 @@ public class FTLModManager {
|
||||||
private static final Logger log = LogManager.getLogger(FTLModManager.class);
|
private static final Logger log = LogManager.getLogger(FTLModManager.class);
|
||||||
|
|
||||||
private static final String APP_NAME = "Slipstream Mod Manager";
|
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_URL = "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102";
|
||||||
private static final String APP_AUTHOR = "Vhati";
|
private static final String APP_AUTHOR = "Vhati";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue