diff --git a/CURRENTVERSION b/CURRENTVERSION index afaf360..1cc5f65 100644 --- a/CURRENTVERSION +++ b/CURRENTVERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/GoICC Installation Media Creation Script.iss b/GoICC Installation Media Creation Script.iss index 2539b16..84687a4 100644 --- a/GoICC Installation Media Creation Script.iss +++ b/GoICC Installation Media Creation Script.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Guns of Icarus Caster Companion" -#define MyAppVersion "1.0.0" +#define MyAppVersion "1.1.0" #define MyAppPublisher "Cole Manning, RVRX" #define MyAppURL "https://goicc.skyborne.net/" #define MyAppExeName "GoICasterCompanion.exe" diff --git a/build.gradle b/build.gradle index 9f5e282..077e783 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'edu.sc.seis.launch4j' version '2.5.0' } mainClassName = 'goistreamtoolredux.Main' -project.version = '1.0.0' +project.version = '1.1.0' repositories { mavenCentral() @@ -34,7 +34,7 @@ macAppBundle { icon = "app-icon.png" appName = "GoICasterCompanion" volumeName = "GoICC Install" - dmgName = "GoICC v1.0.0" + dmgName = "GoICC v1.1.0" bundleJRE = false // backgroundImage = "doc/macbackground.png" } diff --git a/docs/javadoc/allclasses-frame.html b/docs/javadoc/allclasses-frame.html index 42b027a..dff7793 100644 --- a/docs/javadoc/allclasses-frame.html +++ b/docs/javadoc/allclasses-frame.html @@ -3,7 +3,7 @@
-public class LobbyTimer -extends Timers-
Modifier and Type | -Field and Description | -
---|---|
protected boolean |
-isTimerRunning |
-
Modifier and Type | -Method and Description | -
---|---|
java.util.Timer |
-getCurrentTimer() |
-
static LobbyTimer |
-getInstance() |
-
void |
-pause()
-Pauses the current timer state.
- |
-
void |
-restart()
-Resets the timer back to beginning value and starts it again
- |
-
void |
-start()
-Start the timer (initial or after a pause)
- |
-
void |
-stop()
-Completely stops and cancels the timer.
- |
-
convertFromMinuteFormat, convertToMinuteFormat, get, getInitialTimerLength, set, setInitialTimerLength, setInitialTimerTwoLength
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public java.util.Timer getCurrentTimer()-
public static LobbyTimer getInstance()-
public void start() - throws java.io.IOException, - java.util.NoSuchElementException, - InvalidDataException-
java.io.IOException
java.util.NoSuchElementException
InvalidDataException
stop()
,
-pause()
,
-restart()
public void stop() - throws java.lang.NullPointerException, - java.io.IOException-
public void pause()-
public void restart() - throws java.io.IOException, - InvalidDataException-
java.io.IOException
InvalidDataException
start()
,
-stop()
,
-pause()