Skip to content

Commit

Permalink
Merge pull request #1259 from uProxy/lucyhe-newversion
Browse files Browse the repository at this point in the history
Update version to 0.7.0. Change description to "Beta".
  • Loading branch information
lucyhe committed Apr 13, 2015
2 parents 7b6f82e + 57af62e commit 2e32ce5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uProxy",
"description": "Share your pathway to the Internet",
"version": "0.6.1",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/uproxy/uproxy"
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The title that appears in the Chrome Extensions listing"
},
"appDescription": {
"message": "(Alpha version) uProxy, part 2 of 2. You will also need part 1 of 2 to use uProxy.",
"message": "(Beta version) uProxy, part 2 of 2. You will also need part 1 of 2 to use uProxy.",
"description": "The description that appears in the Chrome Extensions listing"
}
}
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.6.4",
"version": "0.7.0",
"default_locale": "en",
"icons": {
"128": "icons/128_online.png"
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/extension/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The title that appears in the Chrome Extensions listing"
},
"extDescription": {
"message": "(Alpha version) uProxy, part 1 of 2. You will also need part 2 of 2 to use uProxy.",
"message": "(Beta version) uProxy, part 1 of 2. You will also need part 2 of 2 to use uProxy.",
"description": "The description that appears in the Chrome Extensions listing"
},
"extTitle": {
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.6.4",
"version": "0.7.0",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"minimum_chrome_version": "41.0.2272.63",
Expand Down

0 comments on commit 2e32ce5

Please sign in to comment.