From ee997eaf07a93097c719fbe8446f23ff45eb7d9b Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Thu, 18 Apr 2019 10:24:06 +1200 Subject: [PATCH] Bumped version to 2.2.0 --- contributors.json | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contributors.json b/contributors.json index 4728d7a..06e73be 100644 --- a/contributors.json +++ b/contributors.json @@ -3,6 +3,6 @@ "name": "Dean Gardiner", "email": "me@dgardiner.net", "type": "lead", - "commits": 133 + "commits": 134 } ] diff --git a/package-lock.json b/package-lock.json index dfee0f7..a622db0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@radon-extension/plugin-trakt", - "version": "2.2.0-beta.1", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e3936ab..ebbf777 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@radon-extension/plugin-trakt", - "version": "2.2.0-beta.1", + "version": "2.2.0", "description": "Radon Extension: Trakt.tv", "keywords": [ "radon", @@ -61,7 +61,7 @@ "whatwg-fetch": "^2.0.4" }, "peerDependencies": { - "@radon-extension/framework": "^2.2.0-beta" + "@radon-extension/framework": "^2.2" }, "scripts": { "lint": "eslint .",