Skip to content

Commit 14d05be

Browse files
committed
1.0.1
1 parent 8d1fbcb commit 14d05be

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stats-of-the-storm",
3-
"version": "1.1.0-dev",
3+
"version": "1.0.1",
44
"main": "main.js",
55
"description": "A Heroes of the Storm stat tracking application.",
66
"bugs": "[email protected]",

templates/about-page.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ <h2 class="ui inverted header">Stats of the Storm - Version <span class="app-ver
1717
gets talent info, hero info, and images from <a href="https://github.com/heroespatchnotes/heroes-talents">heroes-talents</a>.
1818
</p>
1919
<div class="ui inverted horizontal divider">Change Log</div>
20+
<h3 class="ui inverted dividing header">Version 1.0.1</h3>
21+
<p>
22+
Parser: <a href="https://github.com/ebshimizu/stats-of-the-storm/issues/155">#155</a> Support for hotfix 2.32.1 (build 64657).
23+
</p>
24+
<p>
25+
App: Various small performance adjustments.
26+
</p>
2027
<h3 class="ui inverted dividing header">Version 1.0.0</h3>
2128
<p>
2229
This release marks the completion of all features originally planned for Stats of the Storm.

0 commit comments

Comments
 (0)