diff --git a/README.md b/README.md index 20878cba..0f3c041d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ![Awakener's Orb](https://web.poecdn.com/image/Art/2DItems/Currency/TransferOrb.png) Awakened PoE Trade -[![](https://img.shields.io/github/downloads/SnosMe/awakened-poe-trade/total?color=%23000&label=Players%20using%20this%20tool%20%28Downloads%29&style=flat-square)](https://github.com/SnosMe/awakened-poe-trade/releases/download/v0.1.1/Awakened-PoE-Trade-Setup-0.1.1.exe "") +[![](https://img.shields.io/github/downloads/SnosMe/awakened-poe-trade/total?color=%23000&label=Players%20using%20this%20tool%20%28Downloads%29&style=flat-square)](https://github.com/SnosMe/awakened-poe-trade/releases/download/v0.2.0/Awakened-PoE-Trade-Setup-0.2.0.exe "") -[Download for Windows v0.1.1](https://github.com/SnosMe/awakened-poe-trade/releases/download/v0.1.1/Awakened-PoE-Trade-Setup-0.1.1.exe) +[Download for Windows v0.2.0](https://github.com/SnosMe/awakened-poe-trade/releases/download/v0.2.0/Awakened-PoE-Trade-Setup-0.2.0.exe) ## Tool showcase @@ -20,7 +20,7 @@ First I want to rephrase this question in "The tool shows a bunch of numbers, which of these can I trust?" - Rare items - :heavy_check_mark: Price prediction - - :heavy_multiplication_x: Trade results + - :heavy_multiplication_x: Advanced search by modifiers - Maps - Currency, Fragments, Fossils... - :heavy_check_mark: poe.ninja instant prices and trends @@ -53,6 +53,7 @@ That’s all, no Java, no .NET Framework, no AHK . . . ### Usage - Press `Ctrl + D` to check the price of the item +- Press `F5` to go to hideout ### Tool end goals - One Tool To Rule Them All diff --git a/package.json b/package.json index 7473a189..d7db4d0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awakened-poe-trade", - "version": "0.1.1", + "version": "0.2.0", "private": true, "scripts": { "serve": "vue-cli-service serve",