From 8f5ce92ada55456bef476dd588ad3587746d677c Mon Sep 17 00:00:00 2001 From: David Cormier Date: Wed, 18 Feb 2015 12:49:15 -0500 Subject: [PATCH] Bump version to 0.4.5 --- manifest.json | 2 +- manifest.webapp | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9c8eb96..583dd44 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Glowing Bear", "description": "WeeChat Web frontend", - "version": "0.4.4", + "version": "0.4.5", "manifest_version": 2, "icons": { "32": "assets/img/favicon.png", diff --git a/manifest.webapp b/manifest.webapp index d17bbfa..2b4a2ba 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -25,5 +25,5 @@ "desktop-notification":{} }, "default_locale": "en", - "version": "0.4.4" + "version": "0.4.5" } diff --git a/package.json b/package.json index fdf3709..33f59f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "glowing-bear", "private": true, - "version": "0.4.4", + "version": "0.4.5", "description": "A web client for Weechat", "repository": "https://github.com/glowing-bear/glowing-bear", "license": "GPLv3",