diff --git a/manifest.json b/manifest.json index 237d267..9c8eb96 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Glowing Bear", "description": "WeeChat Web frontend", - "version": "0.4.1", + "version": "0.4.4", "manifest_version": 2, "icons": { "32": "assets/img/favicon.png", diff --git a/manifest.webapp b/manifest.webapp index 2521b92..965eb2f 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -16,5 +16,5 @@ "url": "https://github.com/glowing-bear" }, "default_locale": "en", - "version": "0.4.1" + "version": "0.4.4" } diff --git a/package.json b/package.json index 7913fa2..3d509e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "glowing-bear", "private": true, - "version": "0.4.1", + "version": "0.4.4", "description": "A web client for Weechat", "repository": "https://github.com/glowing-bear/glowing-bear", "license": "GPLv3",