Skip to content

Commit

Permalink
version 1.1.112
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndragomirov committed Aug 22, 2014
1 parent 86ac209 commit 96ede71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion firefox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Explore games & track your favorite streams on Twitch",
"author" : "Ndragomirov<jdavid214@gmail.com>",
"license" : "MIT",
"version" : "1.1.111",
"version" : "1.1.112",
"permissions": {
"private-browsing" : true,
"unsafe-content-script": true
Expand Down
4 changes: 2 additions & 2 deletions opera/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitch-now",
"version": "1.1.111",
"version": "1.1.112",
"description": "Twitch Now",
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit 96ede71

Please sign in to comment.