chore: new version 1.0.0

This commit is contained in:
Yarmo Mackenbach 2023-07-13 10:44:27 +02:00
parent b4ac82b010
commit 89ab8cccc1
No known key found for this signature in database
GPG key ID: 3C57D093219103A3
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "doipjs", "name": "doipjs",
"version": "1.0.0-rc.14", "version": "1.0.0",
"description": "Decentralized Online Identity Proofs library in Node.js", "description": "Decentralized Online Identity Proofs library in Node.js",
"type": "module", "type": "module",
"main": "./src/index.js", "main": "./src/index.js",

View file

@ -22,4 +22,4 @@ limitations under the License.
* doip.js library version * doip.js library version
* @constant {string} * @constant {string}
*/ */
export const version = '0.20.0' export const version = '1.0.0'