diff --git a/bower.json b/bower.json
index 505303d..06d8ae5 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "glowing-bear",
"description": "A webclient for WeeChat",
- "version": "0.6.0",
+ "version": "0.7.0",
"homepage": "https://github.com/glowing-bear/glowing-bear",
"license": "GPLv3",
"private": true,
diff --git a/index.html b/index.html
index c21e954..54264bd 100644
--- a/index.html
+++ b/index.html
@@ -19,10 +19,10 @@
-
-
-
-
+
+
+
+
@@ -341,7 +341,7 @@ npm run build-electron-{windows, darwin, linux}
diff --git a/js/glowingbear.js b/js/glowingbear.js
index 36b42fe..56fed48 100644
--- a/js/glowingbear.js
+++ b/js/glowingbear.js
@@ -107,7 +107,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
// except for local instances (testing or electron)
$scope.show_tls_warning = (window.location.protocol !== "https:") &&
(["localhost", "127.0.0.1", "::1"].indexOf(window.location.hostname) === -1) &&
- !window.is_electron;
+ !window.is_electron && (cordova === null);
if (window.is_electron) {
// Use packaged emojione sprite in the electron app
diff --git a/manifest.json b/manifest.json
index 437ce9d..98f4f2d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Glowing Bear",
"description": "WeeChat Web frontend",
- "version": "0.6.0",
+ "version": "0.7.0",
"manifest_version": 2,
"icons": {
"32": "assets/img/favicon.png",
diff --git a/manifest.webapp b/manifest.webapp
index eb8cdcd..d324eda 100644
--- a/manifest.webapp
+++ b/manifest.webapp
@@ -25,5 +25,5 @@
"desktop-notification":{}
},
"default_locale": "en",
- "version": "0.6.0"
+ "version": "0.7.0"
}
diff --git a/package.json b/package.json
index 7658fd6..7cbe0ca 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "glowing-bear",
"private": true,
- "version": "0.6.0",
+ "version": "0.7.0",
"description": "A web client for Weechat",
"repository": "https://github.com/glowing-bear/glowing-bear",
"main": "electron-main.js",