Release 0.5.1

This commit is contained in:
Yarmo Mackenbach 2020-11-20 09:15:39 +01:00
parent 544f339dcf
commit 087199c2d7
4 changed files with 748 additions and 34 deletions

774
dist/doip.js vendored

File diff suppressed because one or more lines are too long

4
dist/doip.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
# doip.js <small>0.5.0</small> # doip.js <small>0.5.1</small>
<img src="doip.png" width="120"> <img src="doip.png" width="120">

View file

@ -1,6 +1,6 @@
{ {
"name": "doipjs", "name": "doipjs",
"version": "0.5.0", "version": "0.5.1",
"description": "Decentralized OpenPGP Identity Proofs library in Node.js", "description": "Decentralized OpenPGP Identity Proofs library in Node.js",
"main": "src/index.js", "main": "src/index.js",
"dependencies": { "dependencies": {