From 6a2b158ba607fadf98e444af4cd325ab1bfff1eb Mon Sep 17 00:00:00 2001 From: Tee Date: Thu, 19 Mar 2020 21:47:41 -0400 Subject: [PATCH] Update readme and version --- README.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 590a56e..396db44 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,11 @@ Check out up-to-date standings and see how your favorite team stack up with the ### Previews Gearing up for a future match? See how two teams match up against each other. + +# Download Today! + +--- + +# Disclaimer + +Overwatch League Bar isn’t endorsed or in any way affiliated with Blizzard Entertainment and doesn’t reflect the views or opinions of Blizzard Entertainment or anyone officially involved in producing or managing Overwatch. Overwatch, Overwatch League, and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries. All submitted art content remains copyright of its original copyright holder. diff --git a/package.json b/package.json index db9f92e..08b1735 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "owlbar", - "version": "0.1.0", + "version": "1.0.0", "private": true, "main": "public/electron.js", "homepage": "./",