From 5bd6e61f9b574a8025da231c4528385d72040116 Mon Sep 17 00:00:00 2001 From: "Ronald M. Clifford" Date: Thu, 10 Jan 2019 16:09:52 -0800 Subject: [PATCH] Version 1.0.2. --- README.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7a2c612..5fb34000 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ The Discord bot and website used for the Overload Teams League. Visit the OTL a # Version History -## v1.1 - 1/9/2019 +## v1.0.2 - 1/10/2019 + +* Bug fixes, especially concerning mobile devices. +* New page for casters to easily cast matches between teams. +* New #scheduled-matches page that lists matches as they are scheduled. +* Updates to `!cast`, `!matchtime`, and `!countdown` commands to make it easier to follow matches. + +## v1.0.1 - 1/9/2019 * Bug fixes. * Significantly more stats on the website. diff --git a/package.json b/package.json index cc265f01..e98fd55c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otl-bot", - "version": "1.0.1", + "version": "1.0.2", "description": "A Discord bot for the Overload Teams League.", "homepage": "https://github.com/roncli/otl-bot", "bugs": {