diff --git a/chrome/manifest.json b/chrome/manifest.json
index ce2c213..7118dd0 100755
--- a/chrome/manifest.json
+++ b/chrome/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_ext_name__",
- "version": "2.0.12",
- "version_name": "2.0.12",
+ "version": "2.0.13",
+ "version_name": "2.0.13",
"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 23c281b..bae6999 100755
--- a/common/res/defaults.json
+++ b/common/res/defaults.json
@@ -1,5 +1,5 @@
{
- "version": "2.0.12",
+ "version": "2.0.13",
"watch_list": [
{
"active": true,
diff --git a/e2e-plugin.safariextension/Info.plist b/e2e-plugin.safariextension/Info.plist
index ae5c8db..a30f0a6 100755
--- a/e2e-plugin.safariextension/Info.plist
+++ b/e2e-plugin.safariextension/Info.plist
@@ -13,9 +13,9 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleShortVersionString
- 2.0.12
+ 2.0.13
CFBundleVersion
- 2.0.12
+ 2.0.13
Chrome
Global Page
diff --git a/firefox/package.json b/firefox/package.json
index 688d939..f2b6fbc 100755
--- a/firefox/package.json
+++ b/firefox/package.json
@@ -1,7 +1,7 @@
{
"name": "e2e-plugin",
"title": "Subutai Social E2E Plugin",
- "version": "2.0.12",
+ "version": "2.0.13",
"fullName": "Subutai Social E2E Plugin",
"id": "jid1-DejrJUD3AaPCkw@jetpack",
"description": "Security is utterly important in Subutai Social and this plugin helps keep you and your cloud secure. We use encryption, digital signatures, and keys all over the place. Even simple things you do involve complicated security operations behind the scenes. One of most important principles is to make sure your keys for performing these tasks are never transferred or taken off your computer to get into the wrong hands. To help enforce this, we have to make sure everything transferred is encrypted, or signed end-to-end. We also don't want to slow and weigh you down with complicated things you would have to do manually without this plugin. The complexity could lead to a mistake if you had to do some things manually and that would greatly reduce security.\n The Subutai Social E2E plugin works on your computer with your browser to manage the keys to your cloud environments. It works with Subutai Social and the Hub to perform complicated tasks seamlessly for you. These keys are never exposed, or transferred, always staying right where they were created and protected by a passcode. In the future, the plugin will interoperate with USB hardware security modules to not even store keys on your computer and allow them to move around with you and your USB device.",