diff --git a/bower.json b/bower.json
index f82c595..8c42ddc 100755
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "porto",
- "version": "6.0.6",
+ "version": "6.0.7",
"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 0b3a313..fbb6b5b 100755
--- a/chrome/manifest.json
+++ b/chrome/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_ext_name__",
- "version": "6.0.6",
- "version_name": "6.0.6",
+ "version": "6.0.7",
+ "version_name": "6.0.7",
"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 89d5a3f..abe6e6e 100755
--- a/common/res/defaults.json
+++ b/common/res/defaults.json
@@ -1,5 +1,5 @@
{
- "version": "6.0.6",
+ "version": "6.0.7",
"watch_list": [
{
"active": true,
diff --git a/e2e-plugin.safariextension/Info.plist b/e2e-plugin.safariextension/Info.plist
index 480c443..6a51576 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.6
+ 6.0.7
CFBundleShortVersionString
- 6.0.6
+ 6.0.7
CFBundleVersion
6.0.1
Chrome
diff --git a/edge/Extension/manifest.json b/edge/Extension/manifest.json
index e1f3769..f3a27bb 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.6",
- "version_name": "6.0.6",
+ "version": "6.0.7",
+ "version_name": "6.0.7",
"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 c3a1683..054e736 100644
--- a/edge/appxmanifest.xml
+++ b/edge/appxmanifest.xml
@@ -7,7 +7,7 @@
+ Version="6.0.7" />
Subutai E2E Plugin
diff --git a/firefox/manifest.json b/firefox/manifest.json
index b8fe0b4..4e3a09a 100644
--- a/firefox/manifest.json
+++ b/firefox/manifest.json
@@ -6,7 +6,7 @@
}
},
"name": "__MSG_ext_name__",
- "version": "6.0.6",
+ "version": "6.0.7",
"description": "__MSG_ext_description__",
"homepage_url":"https://subutai.io",
"manifest_version": 2,
diff --git a/package-lock.json b/package-lock.json
index 5af7c4c..0b41563 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "subutai",
- "version": "6.0.6",
+ "version": "6.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 385d525..3dd4b93 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "subutai",
- "version": "6.0.6",
+ "version": "6.0.7",
"description": "Subutai E2E Plugin",
"scripts": {
"test": "grunt test"