From bd4738ccdf9199f962cea3f0a1fdcde0914007cf Mon Sep 17 00:00:00 2001 From: Sarah Vessels Date: Wed, 2 Jan 2019 11:31:28 -0600 Subject: [PATCH] Add season 14 --- CHANGELOG.md | 1 + src/App.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f83f1b0..c8199e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Added chart showing wins and losses by map type to the Trends page - Added icons to match form - Added to the Trends page a chart showing throwers and leavers based on when you played +- Added competitive season 14 ## [Version 0.2.1](https://github.com/cheshire137/competiwatch-desktop/releases/tag/0.2.1) diff --git a/src/App.js b/src/App.js index 347cfdc..98b63fd 100644 --- a/src/App.js +++ b/src/App.js @@ -22,7 +22,7 @@ import './primer.css' import './ionicons.min.css' import './App.css' -const latestKnownSeason = 13 +const latestKnownSeason = 14 const { ipcRenderer, remote } = ElectronUtils const { dialog } = remote