diff --git a/index.cjsx b/index.cjsx index 663bf7f..034f1c5 100644 --- a/index.cjsx +++ b/index.cjsx @@ -34,7 +34,7 @@ module.exports = displayName: {' ' + __('Equipment Info')} author: 'Yunze' link: 'https://github.com/myzwillmake' - version: '1.4.0' + version: '1.5.0' description: __ 'Show detailed information of all owned equipment' handleClick: -> if process.env.DEBUG? diff --git a/package.json b/package.json index 756ce58..2fdc853 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "item-info", - "version": "1.4.0", + "version": "1.5.0", "description": "Show detailed information of all owned equipment ### Usage Put the folder into /path/to/poi/resources/app/plugins ### Change Log", "main": "index.cjsx", "scripts": {