From bb5c0a9d493f2f197b59f463f9086f9bb6e1431f Mon Sep 17 00:00:00 2001 From: taroxd Date: Sun, 14 Feb 2016 07:45:58 +0800 Subject: [PATCH] 1.7.1 --- index.cjsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.cjsx b/index.cjsx index 42e324c..a0f48a8 100644 --- a/index.cjsx +++ b/index.cjsx @@ -31,7 +31,7 @@ module.exports = displayName: {' ' + __('Equipment Info')} author: 'taroxd' link: 'https://github.com/taroxd' - version: '1.7.0' + version: '1.7.1' description: __ 'Show detailed information of all owned equipment' handleClick: -> window.itemInfoWindow.show() diff --git a/package.json b/package.json index 0613b84..8b2660f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poi-plugin-item-info", - "version": "1.7.0", + "version": "1.7.1", "description": "Show detailed information of all owned equipment.", "main": "index.cjsx", "scripts": {