Skip to content

Commit 6ffe0bc

Browse files
committed
updating package versions & beta->alpha on FF
1 parent 213da6e commit 6ffe0bc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.3",
4+
"version": "0.8.4",
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.3",
6+
"version": "0.8.4",
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.3",
3+
"version": "0.8.4",
44
"manifest_version": 2,
55
"description": "__MSG_extDescription__",
66
"minimum_chrome_version": "41.0.2272.63",

src/firefox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "uproxy-firefox",
3-
"title": "uProxy Beta",
3+
"title": "uProxy Alpha",
44
"id": "jid1-uTe1Bgrsb76jSA",
5-
"description": "uProxy",
5+
"description": "This is the alpha version of uProxy.",
66
"author": "uProxy Team <info@uproxy.org>",
77
"license": "Apache 2.0",
8-
"version": "0.8.3",
8+
"version": "0.8.4",
99
"permissions": {
1010
"private-browsing": true
1111
}

0 commit comments

Comments
 (0)