Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Jun 28, 2018
1 parent fb3bff5 commit e7dec83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ $.fn.datepicker.setDefaults({
const RegionString = {
1: 'NA',
2: 'EU',
3: 'Asia',
3: 'KR',
5: 'CN',
98: 'PTR/TR'
}

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": "stats-of-the-storm",
"version": "2.1.0",
"version": "2.1.1",
"main": "main.js",
"description": "A Heroes of the Storm stat tracking application.",
"bugs": "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions templates/about-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ <h2 class="ui inverted header">Stats of the Storm - Version <span class="app-ver
</p>
<div class="ui inverted horizontal divider">Change Log</div>
<h3 class="ui inverted dividing header">Version 2.1.0</h3>
<p>
<a href="https://github.com/ebshimizu/stats-of-the-storm/issues/204">#204</a> Parser: Support for patch 2.34.3 (build 66182)
</p>
<h3 class="ui inverted dividing header">Version 2.1.0</h3>
<p>
<a href="https://github.com/ebshimizu/stats-of-the-storm/issues/186">#186</a> Alterac Pass added to supported maps.
</p>
Expand Down

0 comments on commit e7dec83

Please sign in to comment.