Skip to content

Commit

Permalink
1.0.1.2 Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Exslims committed Apr 2, 2017
1 parent a67666c commit 17efc88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.0.1.1";
public static final String APP_VERSION = "1.0.1.2";
public static final String SERVER_HOST = "exslims.ddns.net";
public static final int PORT = 5555;
}
16 changes: 8 additions & 8 deletions app-ui/src/main/resources/notes/patch/patch-notes.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version":"1.0.1.1",
"version":"1.0.1.2",
"notes":[
{
"title" : "Update",
"text" : "- Introducing CHAT SCANNER.\nThis feature allows you to look for something specific in chat without paying much attention to it. You can set up what to look for and what to ignore. We expect you to fall in love with this feature as soon as you start doing League Challenges!\n- Added an option to remove League display from Notification header.\n- Updated component Fade Time behavior.\n- Fixed things, improved things.\n\nIf you like MercuryTrade so much it has already become your \"must have\" application consider supporting it!\nVisit our Discord channel if you seek help or have suggestions to offer!",
"image" : "",
"layout" : "VERTICAL"
}
]}
{
"title" : "Hotfix",
"text" : "- Fixed the issue where it wasn't possible to close a notification.\n- Fixed Item Grid setup not being saved correctly.\n\nThanks guys for all your feedback and support!",
"image" : "",
"layout" : "VERTICAL"
}
]}

0 comments on commit 17efc88

Please sign in to comment.