diff --git a/chrome/manifest.json b/chrome/manifest.json index 25a94ecf..5617350b 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,6 +1,6 @@ { "name" : "Twitch Now", - "version" : "1.1.111", + "version" : "1.1.112", "default_locale" : "en", "manifest_version" : 2, "description" : "Explore games & track your favorite streams on Twitch", @@ -20,7 +20,7 @@ "common/lib/app.js" ] }, - "minimum_chrome_version" : "1.1.111", + "minimum_chrome_version" : "1.1.112", "content_security_policy" : "script-src 'self' https://connect.facebook.net https://ssl.google-analytics.com https://platform.twitter.com; object-src 'self'", "icons" : { "16" : "common/icons/32_1.png", diff --git a/firefox/package.json b/firefox/package.json index e508700d..4fbef3a4 100644 --- a/firefox/package.json +++ b/firefox/package.json @@ -5,7 +5,7 @@ "description": "Explore games & track your favorite streams on Twitch", "author" : "Ndragomirov", "license" : "MIT", - "version" : "1.1.111", + "version" : "1.1.112", "permissions": { "private-browsing" : true, "unsafe-content-script": true diff --git a/opera/manifest.json b/opera/manifest.json index 2d821ab1..019d6656 100644 --- a/opera/manifest.json +++ b/opera/manifest.json @@ -1,6 +1,6 @@ { "name" : "Twitch Now", - "version" : "1.1.111", + "version" : "1.1.112", "default_locale" : "en", "manifest_version" : 2, "description" : "Explore games & track your favorite streams on Twitch", @@ -20,7 +20,7 @@ "common/lib/app.js" ] }, - "minimum_chrome_version" : "1.1.111", + "minimum_chrome_version" : "1.1.112", "content_security_policy" : "script-src 'self' https://connect.facebook.net https://ssl.google-analytics.com https://platform.twitter.com; object-src 'self'", "icons" : { "16" : "common/icons/32_1.png", diff --git a/package.json b/package.json index 211ade78..749e40a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch-now", - "version": "1.1.111", + "version": "1.1.112", "description": "Twitch Now", "devDependencies": { "grunt": "^0.4.5",