From 969768d612d5f71790d9acee40390d074d7d2da0 Mon Sep 17 00:00:00 2001 From: Nicklas Ronge Date: Sun, 2 Aug 2020 10:30:06 +0200 Subject: [PATCH] - bump version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 339f0753..31390904 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "meta": { "name": "PoE Overlay", "author": "Kyusung4698", - "version": "1.0.9", + "version": "1.0.10", "minimum-overwolf-version": "0.147.0", "description": "Search the market and send trade offers. Get current market values for your item. View insights for maps and items.", "dock_button_title": "PoE Overlay", diff --git a/package.json b/package.json index c7a42c62..aebca530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poe-overlay-overwolf", - "version": "1.0.9", + "version": "1.0.10", "scripts": { "watch": "ng build --watch", "watch:prod": "ng build --watch --prod",