Skip to content

Commit

Permalink
version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Morph21 committed Dec 8, 2024
1 parent b04782f commit 7684516
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.mercury.platform.core;

public class MercuryConstants {
public static final String APP_VERSION = "1.3.4";
public static final String APP_VERSION = "1.3.4.1";
public static final String SERVER_HOST = "exslims.ddns.net";
public static final int PORT = 5555;
}
4 changes: 3 additions & 1 deletion release_files/MercuryTrade/MercuryTrade.l4j.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
# -Dstandalone while you set that variable to true MercuryTrade will be always visiable even if you are in other window than PathOfExile
-Dstandalone=false
# -DhideLoadingIcon while you set that to true you won't see MercuryTrade loading animation at start
-DhideLoadingIcon=false
-DhideLoadingIcon=false
# -Dpoe2 while you set that variable to true MercuryTrade will support path of exile 2
-Dpoe2=false
8 changes: 4 additions & 4 deletions release_files/release_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<opt>-XX:+UseG1GC</opt>
</jre>
<versionInfo>
<fileVersion>1.3.4.0</fileVersion>
<txtFileVersion>1.3.4</txtFileVersion>
<fileVersion>1.3.4.1</fileVersion>
<txtFileVersion>1.3.4.1</txtFileVersion>
<fileDescription>MercuryTrade</fileDescription>
<copyright>Morph21</copyright>
<productVersion>1.3.4.0</productVersion>
<txtProductVersion>1.3.4</txtProductVersion>
<productVersion>1.3.4.1</productVersion>
<txtProductVersion>1.3.4.1</txtProductVersion>
<productName>MercuryTrade</productName>
<companyName>Morph</companyName>
<internalName>MercuryTrade</internalName>
Expand Down

0 comments on commit 7684516

Please sign in to comment.