Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Feb 26, 2018
1 parent b294e47 commit 20a4761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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": "0.2.4",
"version": "0.2.5",
"main": "main.js",
"description": "A Heroes of the Storm stat tracking application.",
"bugs": "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions templates/about-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ <h2 class="ui inverted header">Stats of the Storm - Version <span class="app-ver
gets talent and hero information and images from <a href="https://github.com/heroespatchnotes/heroes-talents">heroes-talents</a>.
</p>
<div class="ui inverted horizontal divider">Change Log</div>
<h3 class="ui inverted dividing header">Version 0.2.5</h3>
<p>Teams: Corrected issue with pick priority not showing all heroes.</p>
<h3 class="ui inverted dividing header">Version 0.2.4</h3>
<p>Parser: Switch heroprotocol libraries to <a href="https://github.com/nydus/heroprotocol">nydus/heroprotocol</a>. Parser is way faster.</p>
<p>App: Dev tools accessible from Settings menu.</p>
Expand Down

0 comments on commit 20a4761

Please sign in to comment.