Skip to content

Commit

Permalink
Merge pull request #2472 from uProxy/trevj-0.9.0
Browse files Browse the repository at this point in the history
update version to 0.9.0 throughout
  • Loading branch information
trevj authored Jun 14, 2016
2 parents d000029 + 05977d7 commit 951b864
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uProxy",
"version": "0.8.42",
"version": "0.9.0",
"dependencies": {
"polymer": "^0.5.6",
"paper-elements": "Polymer/paper-elements#^0.5.6",
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"minimum_chrome_version": "41.0.2272.63",
"version": "0.8.42",
"version": "0.9.0",
"default_locale": "en",
"icons": {
"128": "icons/128_online.png"
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extName__",
"version": "0.8.42",
"version": "0.9.0",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"minimum_chrome_version": "41.0.2272.63",
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "uProxy Team <[email protected]>",
"id": "jid1-uTe1Bgrsb76jSA@jetpack",
"license": "Apache 2.0",
"version": "0.8.42",
"version": "0.9.0",
"permissions": {
"private-browsing": true
},
Expand Down

0 comments on commit 951b864

Please sign in to comment.