From 8e1b27df7ee6ed2fec4e0283269990a87e04d0d4 Mon Sep 17 00:00:00 2001 From: Alvin Date: Sat, 21 Nov 2015 07:20:55 +1000 Subject: [PATCH] Bump to v1.2.0 --- README.md | 5 +++++ index.cjsx | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfe6b2d..942b4c4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ Put the folder in _root_of_poi_/resources/app/plugins ### Change Log +#### v1.2.0 +* Fixed i18n +* Rewrote how it saves the window position & size +* Added package.json + #### v1.1.2 * Minor bug fix diff --git a/index.cjsx b/index.cjsx index ab0cc13..68b3b3b 100644 --- a/index.cjsx +++ b/index.cjsx @@ -56,7 +56,7 @@ module.exports = displayName: {__ 'Poi Statistics'} author: 'Alvin Yu' link: 'https://github.com/alvin-777/poi-plugin-poi-stats' - version: '1.1.2' + version: '1.2.0' description: __ 'PluginDesc' handleClick: -> if window.poiStatsWindow != null diff --git a/package.json b/package.json index e577de1..c249a9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "PoiStatistics", - "version": "1.1.2", + "version": "1.2.0", "description": "Show drop statistics gathered by Poi in a new window.", "main": "index.cjsx", "scripts": {