From c4568592f2684841417f28bb420f0768f7d06b4f Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 22 Nov 2019 16:07:17 -0500 Subject: [PATCH] bump version --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cd55258..4f21766 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": { - "email": "paul+github@lbry.com", - "name": "Paul Anthony Webb" + "email": "sean@lbry.com", + "name": "Sean Yesmunt" }, "bugs": { "url": "https://github.com/lbryio/components/issues" @@ -40,5 +40,5 @@ "test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose", "watch": "npm run sass:dev" }, - "version": "2.8.0" + "version": "3.0.0" }