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
diff --git a/manifest.json b/manifest.json
index 9ddf643..437ce9d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Glowing Bear",
"description": "WeeChat Web frontend",
- "version": "0.5.2",
+ "version": "0.6.0",
"manifest_version": 2,
"icons": {
"32": "assets/img/favicon.png",
diff --git a/manifest.webapp b/manifest.webapp
index ace1264..eb8cdcd 100644
--- a/manifest.webapp
+++ b/manifest.webapp
@@ -25,5 +25,5 @@
"desktop-notification":{}
},
"default_locale": "en",
- "version": "0.5.2"
+ "version": "0.6.0"
}
diff --git a/package.json b/package.json
index d988acc..4c8bea2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "glowing-bear",
"private": true,
- "version": "0.5.2",
+ "version": "0.6.0",
"description": "A web client for Weechat",
"repository": "https://github.com/glowing-bear/glowing-bear",
"license": "GPLv3",
@@ -21,7 +21,7 @@
},
"scripts": {
"postinstall": "bower install",
- "minify": " uglifyjs js/localstorage.js js/weechat.js js/irc-utils.js js/glowingbear.js js/settings.js js/utils.js js/notifications.js js/filters.js js/handlers.js js/connection.js js/inputbar.js js/plugin-directive.js js/websockets.js js/models.js js/plugins.js -c -m --screw-ie8 -o min.js --source-map min.map",
+ "minify": " uglifyjs js/localstorage.js js/weechat.js js/irc-utils.js js/glowingbear.js js/settings.js js/utils.js js/notifications.js js/filters.js js/handlers.js js/connection.js js/file-change.js js/imgur-drop-directive.js js/whenscrolled-directive.js js/inputbar.js js/plugin-directive.js js/websockets.js js/models.js js/plugins.js js/imgur.js -c -m --screw-ie8 -o min.js --source-map min.map",
"prestart": "npm install",
"start": "http-server -a localhost -p 8000",
"pretest": "npm install",