Skip to content

Commit

Permalink
Released update 3.124
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed Oct 22, 2018
1 parent e9298b0 commit f93cd8f
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.124</version>
<version>3.125</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>124</my.project.version>
<my.project.version>125</my.project.version>
</properties>

<build>
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 = 124;
public static final int APPLICATION_VERSION = 125;
public static final String RELEASE_DATE = "Check updates window";

private static final Logger[] pin;
Expand Down

0 comments on commit f93cd8f

Please sign in to comment.