From 40898fc0a6504d43a70da7970be6aa0fb3d1ad3e Mon Sep 17 00:00:00 2001 From: Nicklas Ronge Date: Sat, 9 May 2020 20:56:31 +0200 Subject: [PATCH] - 0.6.28 --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d96e7ce6..248142e2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![GitHub Release Date](https://img.shields.io/github/release-date/Kyusung4698/PoE-Overlay) Become a Patron -# PoE Overlay 0.6.27 +# PoE Overlay 0.6.28 An Overlay for Path of Exile. The ***core aspect*** is to blend in with the game. Built with Electron and Angular. @@ -74,11 +74,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.27.exe` to install locally. This supports auto update/ auto launch. - 2. `poe-overlay-0.6.27.exe` portable version. This does not support auto update/ auto launch. + 1. `poe-overlay-Setup-0.6.28.exe` to install locally. This supports auto update/ auto launch. + 2. `poe-overlay-0.6.28.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.27` in the bottom left corner +4. Wait until you can see `PoE Overlay 0.6.28` 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 5bfb9623..a1ec70b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poe-overlay", - "version": "0.6.27", + "version": "0.6.28", "private": true, "description": "A Overlay for Path of Exile. Built with Electron and Angular.", "main": "main.js",