From 6f5b9b97bd14f8f886932c46b468cad9dd053094 Mon Sep 17 00:00:00 2001 From: nuzulul Date: Mon, 8 Jul 2024 19:26:55 +0700 Subject: [PATCH] chore : release main 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 442c46c..2818a8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpeerjs", - "version": "0.1.2", + "version": "0.1.3", "description": "WebPEER.js is decentralized P2P JS library for communication between applications in browser.", "main": "./dist/umd/webpeerjs.js", "module": "./src/webpeerjs.js",