Skip to content

Commit

Permalink
Bump version numbers to 0.9.13 (#2869)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevj committed Jan 6, 2017
1 parent 598e10a commit bcd6447
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.9.12",
"version": "0.9.13",
"dependencies": {
"core-collapse": "Polymer/core-collapse#^0.5.6",
"core-drawer-panel": "Polymer/core-drawer-panel#^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": "Internet without borders",
"version": "0.9.12",
"version": "0.9.13",
"private": true,
"repository": {
"type": "git",
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.9.12",
"version": "0.9.13",
"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.9.12",
"version": "0.9.13",
"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 @@
"author": "uProxy Team <[email protected]>",
"id": "jid1-uTe1Bgrsb76jSA@jetpack",
"license": "Apache 2.0",
"version": "0.9.12",
"version": "0.9.13",
"permissions": {
"private-browsing": true
},
Expand Down

0 comments on commit bcd6447

Please sign in to comment.