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