diff --git a/bower.json b/bower.json index 59b59ef..57f783d 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "porto", - "version": "5.0.2", + "version": "5.0.3", "description": "Porto is a browser extension library for Google Chrome,Firefox and Safari that allows to develop cross platform browser extension with ease.", "license": "ALS", "private": true, diff --git a/chrome/manifest.json b/chrome/manifest.json index bf296f9..47a89e4 100755 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_ext_name__", - "version": "5.0.2", - "version_name": "5.0.2", + "version": "5.0.3", + "version_name": "5.0.3", "description": "__MSG_ext_description__", "homepage_url":"https://subutai.io", "manifest_version": 2, diff --git a/common/res/defaults.json b/common/res/defaults.json index 0452feb..547c169 100755 --- a/common/res/defaults.json +++ b/common/res/defaults.json @@ -1,5 +1,5 @@ { - "version": "5.0.2", + "version": "5.0.3", "watch_list": [ { "active": true, diff --git a/common/ui/inline/hubTrayPort.js b/common/ui/inline/hubTrayPort.js index 8b24915..985d735 100755 --- a/common/ui/inline/hubTrayPort.js +++ b/common/ui/inline/hubTrayPort.js @@ -168,7 +168,7 @@ porto.trayPort.intervalSSID = 0; var parseError = parseStep1[1].split('=='); if (parseError[1]) { swal2({ - title: "Oh, snap! Error " + parseStep1[0], + title: "Oh snap! Error " + parseStep1[0], text: parseError[1], type: "error", customClass: "b-warning" @@ -210,7 +210,7 @@ porto.trayPort.intervalSSID = 0; var parseError = parseStep1[1].split('=='); if (parseError[1]) { swal2({ - title: "Oh, snap! Error " + parseStep1[0], + title: "Oh snap! Error " + parseStep1[0], text: parseError[1], type: "error", customClass: "b-warning" diff --git a/e2e-plugin.safariextension/Info.plist b/e2e-plugin.safariextension/Info.plist index 557b264..2c4892b 100755 --- a/e2e-plugin.safariextension/Info.plist +++ b/e2e-plugin.safariextension/Info.plist @@ -13,9 +13,9 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleShortVersionString - 5.0.2 + 5.0.3 CFBundleVersion - 5.0.2 + 5.0.3 Chrome Global Page diff --git a/edge/Extension/manifest.json b/edge/Extension/manifest.json index cf3834b..844302d 100644 --- a/edge/Extension/manifest.json +++ b/edge/Extension/manifest.json @@ -1,8 +1,8 @@ { "name": "Subutai E2E Plugin", "author": "Subutai Tooling", - "version": "5.0.2.0", - "version_name": "5.0.2.0", + "version": "5.0.3.0", + "version_name": "5.0.3.0", "description": "Effortlessly secure the doors to your Subutai Cloud", "homepage_url":"https://subutai.io", "manifest_version": 2, diff --git a/edge/appxmanifest.xml b/edge/appxmanifest.xml index dfaf8b2..5617938 100644 --- a/edge/appxmanifest.xml +++ b/edge/appxmanifest.xml @@ -7,7 +7,7 @@ + Version="5.0.3.0" /> Subutai E2E Plugin diff --git a/firefox/manifest.json b/firefox/manifest.json index 5970e23..a0c7442 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -6,7 +6,7 @@ } }, "name": "__MSG_ext_name__", - "version": "5.0.2", + "version": "5.0.3", "description": "__MSG_ext_description__", "homepage_url":"https://subutai.io", "manifest_version": 2, diff --git a/package-lock.json b/package-lock.json index 1d10a47..07b1795 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "subutai", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f4e6820..9827af6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subutai", - "version": "5.0.2", + "version": "5.0.3", "description": "Subutai E2E Plugin", "scripts": { "test": "grunt test"