From ec21b21e38afed03eb496c09e37aaa25524d0dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Thu, 20 Nov 2014 12:04:21 +0100 Subject: [PATCH] Release version 0.4.4 skipping 0.4.{2,3} as these were used in the cordova branch independently --- 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 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",