Skip to content

Commit

Permalink
bump to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taroxd committed Mar 1, 2016
1 parent f34cdff commit 39b93ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports =
displayName: <span><FontAwesome name='rocket' key={0} />{' ' + __('Equipment Info')}</span>
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()
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 39b93ac

Please sign in to comment.