From 0dcfc300feeb63850227bddfe5646152bff24b39 Mon Sep 17 00:00:00 2001 From: Dan Bovey Date: Fri, 30 Dec 2016 20:34:05 +0000 Subject: [PATCH] 1.0.5 --- chrome/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index 021f625..a6922e0 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -5,7 +5,7 @@ "short_name": "Sonarr", "description": "View and manage your shows in Sonarr directly in the Plex app", "author": "Dan Bovey", - "version": "1.0.4", + "version": "1.0.5", "minimum_chrome_version": "36", "permissions": [ diff --git a/package.json b/package.json index d9233c2..8c6608f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sonarr-for-plex", - "version": "1.0.4", + "version": "1.0.5", "description": "View and manage your shows in Sonarr directly in the Plex app", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"