From 9e46f96a28728461526be4dbe3d61c765c205a4d Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Mon, 7 Jul 2014 12:29:13 +0200 Subject: [PATCH] Release and use OpenPGP.js v0.7.1 --- src/lib/openpgp/openpgp.js | 2 +- test/unit/pgp-test.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/openpgp/openpgp.js b/src/lib/openpgp/openpgp.js index df7bd9a..da094d6 100644 --- a/src/lib/openpgp/openpgp.js +++ b/src/lib/openpgp/openpgp.js @@ -1510,7 +1510,7 @@ module.exports = { show_version: true, show_comment: true, - versionstring: "OpenPGP.js v0.7.1-dev", + versionstring: "OpenPGP.js v0.7.1", commentstring: "http://openpgpjs.org", keyserver: "keyserver.linux.it", // "pgp.mit.edu:11371" diff --git a/test/unit/pgp-test.js b/test/unit/pgp-test.js index b27244e..4226fc5 100644 --- a/test/unit/pgp-test.js +++ b/test/unit/pgp-test.js @@ -14,7 +14,7 @@ define(function(require) { keySize = 512, keyId = 'F6F60E9B42CDFF4C', pubkey = '-----BEGIN PGP PUBLIC KEY BLOCK-----\r\n' + - 'Version: OpenPGP.js v0.7.1-dev\r\n' + + 'Version: OpenPGP.js v0.7.1\r\n' + 'Comment: http://openpgpjs.org\r\n' + '\r\n' + 'xk0EUlhMvAEB/2MZtCUOAYvyLFjDp3OBMGn3Ev8FwjzyPbIF0JUw+L7y2XR5\r\n' + @@ -25,7 +25,7 @@ define(function(require) { '=6XMW\r\n' + '-----END PGP PUBLIC KEY BLOCK-----\r\n\r\n', privkey = '-----BEGIN PGP PRIVATE KEY BLOCK-----\r\n' + - 'Version: OpenPGP.js v0.7.1-dev\r\n' + + 'Version: OpenPGP.js v0.7.1\r\n' + 'Comment: http://openpgpjs.org\r\n' + '\r\n' + 'xcBeBFJYTLwBAf9jGbQlDgGL8ixYw6dzgTBp9xL/BcI88j2yBdCVMPi+8tl0\r\n' +