From 517cd92c1d103a9d109b4c4e7e2c6753969b7212 Mon Sep 17 00:00:00 2001 From: nuzulul Date: Tue, 9 Jul 2024 22:43:25 +0700 Subject: [PATCH] release : main 0.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2818a8a..5b76ed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpeerjs", - "version": "0.1.3", + "version": "0.1.4", "description": "WebPEER.js is decentralized P2P JS library for communication between applications in browser.", "main": "./dist/umd/webpeerjs.js", "module": "./src/webpeerjs.js",