Skip to content

Commit

Permalink
Bump version number to 0.8.18 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpevarnek committed Aug 17, 2015
1 parent 60d1497 commit eef6da9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uProxy",
"version": "0.8.17",
"version": "0.8.18",
"dependencies": {
"polymer": "^0.5.6",
"paper-elements": "Polymer/paper-elements#^0.5.6",
Expand Down
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.17",
"version": "0.8.18",
"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.17",
"version": "0.8.18",
"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.17",
"version": "0.8.18",
"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": "This is the alpha version of uProxy.",
"author": "uProxy Team <[email protected]>",
"license": "Apache 2.0",
"version": "0.8.17",
"version": "0.8.18",
"permissions": {
"private-browsing": true
}
Expand Down

0 comments on commit eef6da9

Please sign in to comment.