From 34ead3036b2b4718c5bfe888ae8353c593485773 Mon Sep 17 00:00:00 2001 From: weboko Date: Tue, 4 Apr 2023 23:14:56 +0200 Subject: [PATCH] bump to 0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 268e278..ac87619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@waku/noise", - "version": "0.0.2", + "version": "0.0.3", "description": "Browser library using Noise Protocols for Waku Payload Encryption", "types": "./dist/index.d.ts", "module": "./dist/index.js",