diff --git a/bower.json b/bower.json
index 4bd05c4..84d39a2 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "glowing-bear",
"description": "A webclient for WeeChat",
- "version": "0.8.0",
+ "version": "0.9.0",
"homepage": "https://github.com/glowing-bear/glowing-bear",
"license": "GPLv3",
"private": true,
diff --git a/index.html b/index.html
index 4ae19fd..1928512 100644
--- a/index.html
+++ b/index.html
@@ -442,7 +442,7 @@ npm run build-electron-{windows, darwin, linux}
diff --git a/manifest.json b/manifest.json
index ddc8bc8..8e9c588 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Glowing Bear",
"description": "WeeChat Web frontend",
- "version": "0.8.0",
+ "version": "0.9.0",
"manifest_version": 2,
"icons": {
"32": "assets/img/favicon.png",
diff --git a/manifest.webapp b/manifest.webapp
index d0646c7..7010e53 100644
--- a/manifest.webapp
+++ b/manifest.webapp
@@ -25,5 +25,5 @@
"desktop-notification":{}
},
"default_locale": "en",
- "version": "0.8.0"
+ "version": "0.9.0"
}
diff --git a/package.json b/package.json
index e5824ea..5e3b5f6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "glowing-bear",
"private": true,
- "version": "0.8.0",
+ "version": "0.9.0",
"description": "A web client for Weechat",
"repository": "https://github.com/glowing-bear/glowing-bear",
"main": "electron-main.js",