Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanx committed Jan 29, 2016
1 parent b62c2ff commit cec41bf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openpgp",
"version": "1.5.4",
"version": "1.5.5",
"license": "LGPL-3.0+",
"homepage": "http://openpgpjs.org/",
"authors": [
Expand Down Expand Up @@ -36,4 +36,4 @@
"tests",
"doc"
]
}
}
2 changes: 1 addition & 1 deletion dist/openpgp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ module.exports = {

show_version: true,
show_comment: true,
versionstring: "OpenPGP.js v1.5.4",
versionstring: "OpenPGP.js v1.5.5",
commentstring: "http://openpgpjs.org",

keyserver: "https://keyserver.ubuntu.com",
Expand Down
4 changes: 2 additions & 2 deletions dist/openpgp.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/openpgp.worker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openpgp",
"description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.",
"version": "1.5.4",
"version": "1.5.5",
"license": "LGPL-3.0+",
"homepage": "http://openpgpjs.org/",
"engines": {
Expand Down Expand Up @@ -64,4 +64,4 @@
"type": "git",
"url": "https://github.com/openpgpjs/openpgpjs"
}
}
}

0 comments on commit cec41bf

Please sign in to comment.