Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Morph21 committed Aug 30, 2022
1 parent bbfadcc commit 216c5ed
Show file tree
Hide file tree
Showing 3 changed files with 13 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.3.0";
public static final String APP_VERSION = "1.3.1";
public static final String SERVER_HOST = "exslims.ddns.net";
public static final int PORT = 5555;
}
8 changes: 8 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,12 @@
[
{
"version": "1.3.1",
"fix": [
{
"changed": "Messages not showing on 30/31 day of the month"
}
]
},
{
"version": "1.3.0",
"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.3.0.0</fileVersion>
<txtFileVersion>1.3.0</txtFileVersion>
<fileVersion>1.3.1.0</fileVersion>
<txtFileVersion>1.3.1</txtFileVersion>
<fileDescription>MercuryTrade</fileDescription>
<copyright>Morph21</copyright>
<productVersion>1.3.0.0</productVersion>
<txtProductVersion>1.3.0</txtProductVersion>
<productVersion>1.3.1.0</productVersion>
<txtProductVersion>1.3.1</txtProductVersion>
<productName>MercuryTrade</productName>
<companyName>Morph</companyName>
<internalName>MercuryTrade</internalName>
Expand Down

0 comments on commit 216c5ed

Please sign in to comment.