From ab2fc02dcb0743217cedeb845578b849eb638645 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 31 May 2011 23:37:20 +0200 Subject: Fix broken subsequent calls to message handlers. Fixes #104 But really, this is whole broken, and we need to eliminate direct calls and use event handlers internally. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5e6d398..4f51983 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "Additional buttons and other function helping in the triage on bugzilla", "author": "Matej Cepl (http://matej.ceplovi.cz)", "license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL", - "version": "1.2", + "version": "1.3", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) ", "Johnathan Nightingale (http://johnath.com) ", -- cgit