Skip to content

Commit 40118c3

Browse files
committed
Merge pull request #2241 from uProxy/version-0.8.35
Bump versions
2 parents 675584b + aee480b commit 40118c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.34",
3+
"version": "0.8.35",
44
"dependencies": {
55
"polymer": "^0.5.6",
66
"paper-elements": "Polymer/paper-elements#^0.5.6",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "uProxy",
33
"description": "Share your pathway to the Internet",
4-
"version": "0.8.34",
4+
"version": "0.8.35",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/uproxy/uproxy"

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.34",
6+
"version": "0.8.35",
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.34",
3+
"version": "0.8.35",
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.34",
8+
"version": "0.8.35",
99
"permissions": {
1010
"private-browsing": true
1111
},

0 commit comments

Comments
 (0)