From fa91e0da90d362fd46d4dd0a5d97b0dc5e1aa982 Mon Sep 17 00:00:00 2001 From: Alexander Mochalin Date: Sun, 26 May 2024 20:07:33 +0500 Subject: [PATCH] 5.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48a4e85..1b2fb46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-semaphore", - "version": "5.5.1", + "version": "5.6.0", "description": "Distributed mutex and semaphore based on Redis", "main": "lib/index.js", "module": "es/index.js",