Skip to content

Commit 7684516

Browse files
committed
version changes
1 parent b04782f commit 7684516

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.mercury.platform.core;
22

33
public class MercuryConstants {
4-
public static final String APP_VERSION = "1.3.4";
4+
public static final String APP_VERSION = "1.3.4.1";
55
public static final String SERVER_HOST = "exslims.ddns.net";
66
public static final int PORT = 5555;
77
}

release_files/MercuryTrade/MercuryTrade.l4j.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@
1414
# -Dstandalone while you set that variable to true MercuryTrade will be always visiable even if you are in other window than PathOfExile
1515
-Dstandalone=false
1616
# -DhideLoadingIcon while you set that to true you won't see MercuryTrade loading animation at start
17-
-DhideLoadingIcon=false
17+
-DhideLoadingIcon=false
18+
# -Dpoe2 while you set that variable to true MercuryTrade will support path of exile 2
19+
-Dpoe2=false

release_files/release_config.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
<opt>-XX:+UseG1GC</opt>
3131
</jre>
3232
<versionInfo>
33-
<fileVersion>1.3.4.0</fileVersion>
34-
<txtFileVersion>1.3.4</txtFileVersion>
33+
<fileVersion>1.3.4.1</fileVersion>
34+
<txtFileVersion>1.3.4.1</txtFileVersion>
3535
<fileDescription>MercuryTrade</fileDescription>
3636
<copyright>Morph21</copyright>
37-
<productVersion>1.3.4.0</productVersion>
38-
<txtProductVersion>1.3.4</txtProductVersion>
37+
<productVersion>1.3.4.1</productVersion>
38+
<txtProductVersion>1.3.4.1</txtProductVersion>
3939
<productName>MercuryTrade</productName>
4040
<companyName>Morph</companyName>
4141
<internalName>MercuryTrade</internalName>

0 commit comments

Comments
 (0)