Skip to content

Commit

Permalink
Update V3.127 => V3.128
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed Dec 27, 2018
1 parent 80571a3 commit 1ebfcc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.goxr3plus</groupId>
<artifactId>XR3Player</artifactId>
<version>3.127</version>
<version>3.128</version>


<name>XR3Player</name>
Expand All @@ -20,7 +20,7 @@
<maven.compiler.source>10</maven.compiler.source>
<maven.compiler.target>10</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<my.project.version>127</my.project.version>
<my.project.version>128</my.project.version>
<ikonli.version>2.4.0</ikonli.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class Main extends Application {
public static final PropertiesDb applicationProperties = new PropertiesDb(InfoTool.getAbsoluteDatabasePathWithSeparator() + "ApplicationProperties.properties", true);

//Internal Information
public static final int APPLICATION_VERSION = 127;
public static final int APPLICATION_VERSION = 128;
public static final String RELEASE_DATE = "Check updates window";

private static final Logger[] pin;
Expand Down

0 comments on commit 1ebfcc4

Please sign in to comment.