Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Morph21 committed Aug 8, 2022
1 parent c51e241 commit 12b8abe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 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.2.7";
public static final String APP_VERSION = "1.2.8";
public static final String SERVER_HOST = "exslims.ddns.net";
public static final int PORT = 5555;
}
14 changes: 14 additions & 0 deletions app-ui/src/main/resources/notes/patch/patch-notes-new.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"version": "1.2.8",
"fix": [
{
"changed": "Fixed java icon showing in taskbar"
},
{
"changed": "Fixed error which was causing MercuryTrade to stop working when unexpected data was logged in Client.txt file"
},
{
"changed": "Fixed error which prevent from adding path to Korean client"
}
]
},
{
"version": "1.2.7",
"fix": [
Expand Down
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.2.7.0</fileVersion>
<txtFileVersion>1.2.7</txtFileVersion>
<fileVersion>1.2.8.0</fileVersion>
<txtFileVersion>1.2.8</txtFileVersion>
<fileDescription>MercuryTrade</fileDescription>
<copyright>Morph21</copyright>
<productVersion>1.2.7.0</productVersion>
<txtProductVersion>1.2.7</txtProductVersion>
<productVersion>1.2.8.0</productVersion>
<txtProductVersion>1.2.8</txtProductVersion>
<productName>MercuryTrade</productName>
<companyName>Morph</companyName>
<internalName>MercuryTrade</internalName>
Expand Down

0 comments on commit 12b8abe

Please sign in to comment.