diff --git a/manifest.json b/manifest.json index 026b134..237d267 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Glowing Bear", "description": "WeeChat Web frontend", - "version": "0.4.0", + "version": "0.4.1", "manifest_version": 2, "icons": { "32": "assets/img/favicon.png", diff --git a/package.json b/package.json index 35a94d8..4fe93af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "glowing-bear", "private": true, - "version": "0.4.0", + "version": "0.4.1", "description": "A web client for Weechat", "repository": "https://github.com/glowing-bear/glowing-bear", "license": "GPLv3",