Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-777 committed Nov 20, 2015
1 parent 6c0bcb6 commit 8e1b27d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion index.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports =
displayName: <span><FontAwesome name='bar-chart' key={0} /> {__ 'Poi Statistics'}</span>
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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8e1b27d

Please sign in to comment.