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"