diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-31 23:37:20 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:53:48 +0200 |
commit | e6fc443ce7008856fc4285ae9020deeb442e04a6 (patch) | |
tree | aad2597432f5e77ca4450a137759f1e06b5dac7c /package.json | |
parent | dbde936df9b45730586677f1d178044668d86229 (diff) | |
download | bugzilla-triage-e6fc443ce7008856fc4285ae9020deeb442e04a6.tar.gz |
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.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", |