Skip to content

Commit

Permalink
ran updateversion.lua 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RVRX committed Aug 11, 2021
1 parent c99ced1 commit bb51c0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CURRENTVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion GoICC Installation Media Creation Script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0"
#define MyAppVersion "1.2.0"
#define MyAppPublisher "Cole Manning, RVRX"
#define MyAppURL "https://goicc.skyborne.net/"
#define MyAppExeName "GoICasterCompanion.exe"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'edu.sc.seis.launch4j' version '2.5.0'
}
mainClassName = 'goistreamtoolredux.Main'
project.version = '1.1.0'
project.version = '1.2.0'

repositories {
mavenCentral()
Expand Down Expand Up @@ -35,7 +35,7 @@ macAppBundle {
icon = "app-icon.png"
appName = "GoICasterCompanion"
volumeName = "GoICC Install"
dmgName = "GoICC v1.1.0"
dmgName = "GoICC v1.2.0"
bundleJRE = false
// backgroundImage = "doc/macbackground.png"
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/goistreamtoolredux/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class App extends Application {

//current application version. Used for update checking
public static final String version = "1.1.0";
public static final String version = "1.2.0";

/**The JavaFX application's primary stage. All Scenes are built upon this stage*/
private static Stage primaryStage;
Expand Down

0 comments on commit bb51c0c

Please sign in to comment.