Skip to content

Commit

Permalink
1.0.0.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Exslims committed Mar 12, 2017
1 parent 0dcedc8 commit 9c961f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Created by Константин on 29.01.2017.
*/
public class MercuryConstants {
public static final String APP_VERSION = "1.0.0.4";
public static final String APP_VERSION = "1.0.0.5";
public static final String SERVER_HOST = "exslims.ddns.net";
public static final int PORT = 5555;
}
4 changes: 2 additions & 2 deletions app-ui/src/main/resources/notes/patch/patch-notes.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version":"1.0.0.4",
"version":"1.0.0.5",
"notes":[
{
"title" : "New update",
"text" : "- Now when you Invite a person via notification the item name will be copied to your clipboard.\n- DND mode updated: now there is an option to activate PoE’s in-game /dnd as well. You can set up your own auto-response message in Settings.\n- Some fixes for reported issues.\n- We made a discord server: (See About for the URL). Bug reports, feedback and whatever you want to tell us.\n\nWe are planning a BIG update coming up this weekend - stay tuned! Make sure to tell your friends about MercuryTrade!\nThanks for your feedback and support! Every bit counts!",
"text" : "- New feature: Stash Highlight - now Mercury highlights where the item is located via a small overlay box on your screen. Check it out!\n\n- IMPORTANT: We are opening the code on github. This should completely clear MercuryTrade from any possible controversy from now on.\n\nWe are making a thread on Reddit with the announcement. Thanks for your support!",
"image" : "",
"layout" : "VERTICAL"
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<packaging>pom</packaging>

<properties>
<project.version>1.0.0.4</project.version>
<project.version>1.0.0.5</project.version>

<systemhook.version>2.5</systemhook.version>
<jna.version>3.0.9</jna.version>
Expand Down

0 comments on commit 9c961f5

Please sign in to comment.