diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-04-10 20:38:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-04-10 20:49:13 +0200 |
commit | 0f33ced7ef3e2729c5e31733990dd7c60e0720ad (patch) | |
tree | 6eda81344549dd27471d038ecfe32e0aff66c384 /package.json | |
parent | fb662574627c9bc3477ccfaacd4e96bfda1f3e29 (diff) | |
download | bugzilla-triage-0f33ced7ef3e2729c5e31733990dd7c60e0720ad.tar.gz |
Higher versions of Firefox are even more strict about undefined variables.1.6
We cannot apparently add a method to console. Oh well.
Also a general cleanup (Eclipse had some complaints).
Closes #121
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 ea3a06c..9f0e1c5 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.5.2", + "version": "1.6", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", |