From 20a47615d3b07a91588a536c038403b8d996e493 Mon Sep 17 00:00:00 2001 From: Evan Shimizu Date: Sun, 25 Feb 2018 21:07:52 -0500 Subject: [PATCH] 0.2.5 --- package.json | 2 +- templates/about-page.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d0d5bd..a836bc5 100644 --- a/package.json +++ b/package.json @@ -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": "falindrith@gmail.com", diff --git a/templates/about-page.html b/templates/about-page.html index 80c8932..c36cb37 100644 --- a/templates/about-page.html +++ b/templates/about-page.html @@ -16,6 +16,8 @@

Stats of the Storm - Version heroes-talents.

Change Log
+

Version 0.2.5

+

Teams: Corrected issue with pick priority not showing all heroes.

Version 0.2.4

Parser: Switch heroprotocol libraries to nydus/heroprotocol. Parser is way faster.

App: Dev tools accessible from Settings menu.