diff --git a/app-core/src/main/java/com/mercury/platform/core/MercuryConstants.java b/app-core/src/main/java/com/mercury/platform/core/MercuryConstants.java index 81ce3f5d..e6522f55 100644 --- a/app-core/src/main/java/com/mercury/platform/core/MercuryConstants.java +++ b/app-core/src/main/java/com/mercury/platform/core/MercuryConstants.java @@ -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; } diff --git a/app-ui/src/main/resources/notes/patch/patch-notes.json b/app-ui/src/main/resources/notes/patch/patch-notes.json index eeeb17fa..880d6e21 100644 --- a/app-ui/src/main/resources/notes/patch/patch-notes.json +++ b/app-ui/src/main/resources/notes/patch/patch-notes.json @@ -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" - } -]} \ No newline at end of file + { + "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" + } + ]} \ No newline at end of file