Skip to content

Commit

Permalink
updated version numbers to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iislucas committed Apr 23, 2015
1 parent 2b028fb commit 8b3a796
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.8.2",
"version": "0.8.3",
"repository": {
"type": "git",
"url": "https://github.com/uproxy/uproxy"
Expand Down
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.8.2",
"version": "0.8.3",
"default_locale": "en",
"icons": {
"128": "icons/128_online.png"
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.8.2",
"version": "0.8.3",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"minimum_chrome_version": "41.0.2272.63",
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "uProxy",
"author": "uProxy Team <[email protected]>",
"license": "Apache 2.0",
"version": "0.8.2",
"version": "0.8.3",
"permissions": {
"private-browsing": true
}
Expand Down

0 comments on commit 8b3a796

Please sign in to comment.