From 4b74749a48398ef3f12f0b87e4f546af3925016a Mon Sep 17 00:00:00 2001 From: Kyusung4698 Date: Thu, 26 Mar 2020 23:02:09 +0100 Subject: [PATCH] 0.6.14 (2020-03-26) --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b629070d..0c837ee7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![GitHub Release Date](https://img.shields.io/github/release-date/Kyusung4698/PoE-Overlay) Become a Patron -# PoE Overlay 0.6.13 +# PoE Overlay 0.6.14 An Overlay for Path of Exile. The ***core aspect*** is to blend in with the game. Built with Electron and Angular. @@ -73,11 +73,11 @@ These instructions will set you up to run and enjoy the overlay. #### Installing 1. Head over to [Releases](https://github.com/Kyusung4698/PoE-Overlay/releases) and download one of the following files - 1. `poe-overlay-Setup-0.6.13.exe` to install locally. This supports auto update/ auto launch. - 2. `poe-overlay-0.6.13.exe` portable version. This does not support auto update/ auto launch. + 1. `poe-overlay-Setup-0.6.14.exe` to install locally. This supports auto update/ auto launch. + 2. `poe-overlay-0.6.14.exe` portable version. This does not support auto update/ auto launch. 2. Run either of your downloaded file 3. Start Path of Exile -4. Wait until you can see `PoE Overlay 0.6.13` in the bottom left corner +4. Wait until you can see `PoE Overlay 0.6.14` in the bottom left corner 5. Hit `f7` and set `Language` and `League` to meet your game settings #### Shortcuts diff --git a/package.json b/package.json index b5de4b69..480e1c84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poe-overlay", - "version": "0.6.13", + "version": "0.6.14", "private": true, "description": "A Overlay for Path of Exile. Built with Electron and Angular.", "main": "main.js",