From f2d2f891ab3151efdeb85ac395225068ed04de6c Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 28 Nov 2022 16:06:33 -0400 Subject: [PATCH] v0.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be98c2a..423e9aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@waku/noise", - "version": "0.0.1", + "version": "0.0.2", "description": "Browser library using Noise Protocols for Waku Payload Encryption", "types": "./dist/index.d.ts", "module": "./dist/index.js",