Skip to content

Commit 2e32ce5

Browse files
committed
Merge pull request #1259 from uProxy/lucyhe-newversion
Update version to 0.7.0. Change description to "Beta".
2 parents 7b6f82e + 57af62e commit 2e32ce5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.6.1",
4+
"version": "0.7.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/uproxy/uproxy"

src/chrome/app/_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The title that appears in the Chrome Extensions listing"
55
},
66
"appDescription": {
7-
"message": "(Alpha version) uProxy, part 2 of 2. You will also need part 1 of 2 to use uProxy.",
7+
"message": "(Beta version) uProxy, part 2 of 2. You will also need part 1 of 2 to use uProxy.",
88
"description": "The description that appears in the Chrome Extensions listing"
99
}
1010
}

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.6.4",
6+
"version": "0.7.0",
77
"default_locale": "en",
88
"icons": {
99
"128": "icons/128_online.png"

src/chrome/extension/_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The title that appears in the Chrome Extensions listing"
55
},
66
"extDescription": {
7-
"message": "(Alpha version) uProxy, part 1 of 2. You will also need part 2 of 2 to use uProxy.",
7+
"message": "(Beta version) uProxy, part 1 of 2. You will also need part 2 of 2 to use uProxy.",
88
"description": "The description that appears in the Chrome Extensions listing"
99
},
1010
"extTitle": {

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

0 commit comments

Comments
 (0)