diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-31 23:37:20 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-31 23:47:16 +0200 |
commit | ab2fc02dcb0743217cedeb845578b849eb638645 (patch) | |
tree | d17b1f1c9d74da885ea09685ad6f76f0c2ce23a1 /package.json | |
parent | 260e38148d2ca6e285ced45e871db7f21c6fdb87 (diff) | |
download | bugzilla-triage-ab2fc02dcb0743217cedeb845578b849eb638645.tar.gz |
Fix broken subsequent calls to message handlers.1.3
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>", |