From fd3e4d440eb50c92163fb58ed927469d4f3df836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 27 Feb 2016 14:52:20 +0100 Subject: [PATCH] Fix minification and bump versions to prepare for release --- bower.json | 14 +++++++------- index.html | 2 +- manifest.json | 2 +- manifest.webapp | 2 +- package.json | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bower.json b/bower.json index cb3a694..72a4e1c 100644 --- a/bower.json +++ b/bower.json @@ -1,17 +1,17 @@ { "name": "glowing-bear", "description": "A webclient for WeeChat", - "version": "0.4.0", + "version": "0.6.0", "homepage": "https://github.com/glowing-bear/glowing-bear", "license": "GPLv3", "private": true, "dependencies": { - "angular": "1.3.x", - "angular-route": "1.3.x", - "angular-sanitize": "1.3.x", - "angular-touch": "1.3.x", - "angular-loader": "1.3.x", - "angular-mocks": "1.3.x", + "angular": "1.4.x", + "angular-route": "1.4.x", + "angular-sanitize": "1.4.x", + "angular-touch": "1.4.x", + "angular-loader": "1.4.x", + "angular-mocks": "1.4.x", "html5-boilerplate": "~4.3.0" } } diff --git a/index.html b/index.html index 5fb5ac5..e122eda 100644 --- a/index.html +++ b/index.html @@ -321,7 +321,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel