Skip to content

Commit 951b864

Browse files
authored
Merge pull request #2472 from uProxy/trevj-0.9.0
update version to 0.9.0 throughout
2 parents d000029 + 05977d7 commit 951b864

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uProxy",
3-
"version": "0.8.42",
3+
"version": "0.9.0",
44
"dependencies": {
55
"polymer": "^0.5.6",
66
"paper-elements": "Polymer/paper-elements#^0.5.6",

src/chrome/app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "__MSG_appName__",
44
"description": "__MSG_appDescription__",
55
"minimum_chrome_version": "41.0.2272.63",
6-
"version": "0.8.42",
6+
"version": "0.9.0",
77
"default_locale": "en",
88
"icons": {
99
"128": "icons/128_online.png"

src/chrome/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extName__",
3-
"version": "0.8.42",
3+
"version": "0.9.0",
44
"manifest_version": 2,
55
"description": "__MSG_extDescription__",
66
"minimum_chrome_version": "41.0.2272.63",

src/firefox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "uProxy Team <info@uproxy.org>",
66
"id": "jid1-uTe1Bgrsb76jSA@jetpack",
77
"license": "Apache 2.0",
8-
"version": "0.8.42",
8+
"version": "0.9.0",
99
"permissions": {
1010
"private-browsing": true
1111
},

0 commit comments

Comments
 (0)