diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-09-07 17:12:48 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-09-07 18:59:39 +0200 |
commit | 5633f921c92425ede58ee06f3ebbd060b00fea1d (patch) | |
tree | a356d16d790f4172fb3efeeb3aa01b294e26db7e | |
parent | b6e4ec64e4d5e4657bbb4e70e5ae19fa6d869a70 (diff) | |
download | bugzilla-triage-5633f921c92425ede58ee06f3ebbd060b00fea1d.tar.gz |
Version 1.4.8
-rw-r--r-- | lib/libbugzilla.js | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | update.rdf | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js index 53363a4..7458601 100644 --- a/lib/libbugzilla.js +++ b/lib/libbugzilla.js @@ -300,7 +300,7 @@ function loginToAllBugzillas(callback) { if ("enabledPackages" in config.gJSONData.configData) { // For all bugzillas we are interested in ... - for (bugzillaHost in config.gJSONData.configData.enabledPackages) { + for (var bugzillaHost in config.gJSONData.configData.enabledPackages) { passUtils.search({ url: "https://" + bugzillaHost, realm: BTSPassRealm, diff --git a/package.json b/package.json index 3a10c4f..d30bb12 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.4.7", + "version": "1.4.8", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", @@ -159,7 +159,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </li> <li> <Description> - <em:version>1.4.7</em:version> + <em:version>1.4.8</em:version> <em:targetApplication> <Description> <em:id> @@ -167,7 +167,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <em:minVersion>4.0b7</em:minVersion> <em:maxVersion>9.0a1</em:maxVersion> <em:updateLink> - https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.4.7.xpi</em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.4.8.xpi</em:updateLink> </Description> </em:targetApplication> </Description> |