From 04e4f7b2d7567f428b26f6c86c0cd40205aeb39c Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Tue, 5 Mar 2024 22:51:25 +0200 Subject: [PATCH] bump version to 5.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 878e532e..3f55a23d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "centrifuge", - "version": "5.0.1", + "version": "5.0.2", "description": "JavaScript client SDK for bidirectional communication with Centrifugo and Centrifuge-based server from browser, NodeJS and React Native", "main": "build/index.js", "types": "build/index.d.ts",