diff --git a/index.cjsx b/index.cjsx index f83b7a5..bfb8a78 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.8.0-beta.0' + version: '1.8.0' description: __ 'Show detailed information of all owned equipment' handleClick: -> window.itemInfoWindow.show() diff --git a/package.json b/package.json index bee543b..2dd795f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poi-plugin-item-info", - "version": "1.8.0-beta.0", + "version": "1.8.0", "description": "Show detailed information of all owned equipment.", "main": "index.cjsx", "scripts": {