chore(crypto): bump version to 1.0.1

This commit is contained in:
thecodrr
2022-07-19 20:29:01 +05:00
parent 047af4bb1b
commit 0115be9969

View File

@@ -2,7 +2,7 @@
"name": "@notesnook/crypto",
"private": false,
"description": "An easy to use wrapper around libsodium exposing essential cryptographic methods. Currently only Web is supported.",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {