From 354c1f21b7adc4acbb76f4919a44814cd3ff0491 Mon Sep 17 00:00:00 2001 From: FZambia Date: Wed, 8 May 2024 10:34:02 +0300 Subject: [PATCH] bump to 5.2.0-beta.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75cb2b11..1c411284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "centrifuge", - "version": "5.1.1", + "version": "5.2.0-beta.1", "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",