diff --git a/bower.json b/bower.json index fbe99c0..f82c595 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "porto", - "version": "6.0.1", + "version": "6.0.6", "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 172dd68..bb00458 100755 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_ext_name__", - "version": "6.0.2", - "version_name": "6.0.2", + "version": "6.0.6", + "version_name": "6.0.6", "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 744c3bb..89d5a3f 100755 --- a/common/res/defaults.json +++ b/common/res/defaults.json @@ -1,5 +1,5 @@ { - "version": "6.0.2", + "version": "6.0.6", "watch_list": [ { "active": true, diff --git a/e2e-plugin.safariextension/Info.plist b/e2e-plugin.safariextension/Info.plist index 76991ec..480c443 100755 --- a/e2e-plugin.safariextension/Info.plist +++ b/e2e-plugin.safariextension/Info.plist @@ -11,9 +11,9 @@ CFBundleIdentifier io.subutai.tooling.e2eplugin.sfx CFBundleInfoDictionaryVersion - 6.0.1 + 6.0.6 CFBundleShortVersionString - 6.0.1 + 6.0.6 CFBundleVersion 6.0.1 Chrome diff --git a/edge/Extension/manifest.json b/edge/Extension/manifest.json index 637b6c2..e1f3769 100644 --- a/edge/Extension/manifest.json +++ b/edge/Extension/manifest.json @@ -1,8 +1,8 @@ { "name": "Subutai E2E Plugin", "author": "Subutai Tooling", - "version": "6.0.1", - "version_name": "6.0.1", + "version": "6.0.6", + "version_name": "6.0.6", "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 132056d..c3a1683 100644 --- a/edge/appxmanifest.xml +++ b/edge/appxmanifest.xml @@ -7,7 +7,7 @@ + Version="6.0.6" /> Subutai E2E Plugin diff --git a/firefox/manifest.json b/firefox/manifest.json index 0942932..c41a27b 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -6,7 +6,7 @@ } }, "name": "__MSG_ext_name__", - "version": "6.0.2", + "version": "6.0.6", "description": "__MSG_ext_description__", "homepage_url":"https://subutai.io", "manifest_version": 2, diff --git a/package-lock.json b/package-lock.json index c21783b..5af7c4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "subutai", - "version": "6.0.2", + "version": "6.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 44ad985..385d525 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subutai", - "version": "6.0.2", + "version": "6.0.6", "description": "Subutai E2E Plugin", "scripts": { "test": "grunt test"