Skip to content

Commit

Permalink
Release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Sep 25, 2016
1 parent 335cce2 commit 9682c22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.6.0pre2 [2016-08-16]
1.6.0 [2016-09-25]
------------------
- added option to indicate successful DNSSEC validation with a lock (enabled by default)
- added option to show the favicon of some known signing domains (enabled by default)
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>dkim_verifier@pl</em:id>
<em:type>2</em:type> <!-- Extensions -->
<em:version>1.6.0pre2</em:version>
<em:version>1.6.0</em:version>

<em:name>DKIM Verifier</em:name>
<em:description>Verifies the DKIM-Signature of an e-mail.</em:description>
Expand Down
2 changes: 1 addition & 1 deletion modules/AuthVerifier.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Authentication Verifier.
*
* Version: 1.3.0pre1 (07 August 2016)
* Version: 1.3.0 (25 September 2016)
*
* Copyright (c) 2014-2016 Philippe Lieser
*
Expand Down
4 changes: 2 additions & 2 deletions modules/DNSWrapper.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* - JSDNS.jsm
* - libunbound.jsm
*
* Version: 2.1.0 (22 January 2016)
* Version: 2.2.0 (27 July 2016)
*
* Copyright (c) 2013-2016 Philippe Lieser
*
Expand All @@ -22,7 +22,7 @@
/* global ModuleGetter, Logging, JSDNS, libunbound */
/* exported EXPORTED_SYMBOLS, DNS */

const module_version = "2.1.0";
const module_version = "2.2.0";

var EXPORTED_SYMBOLS = [
"DNS"
Expand Down

0 comments on commit 9682c22

Please sign in to comment.