From ffc501ce488a601e9d37167e2414b0f92cdc1a57 Mon Sep 17 00:00:00 2001 From: Alexander Mochalin Date: Fri, 16 Jun 2023 07:49:39 +0500 Subject: [PATCH] 5.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42692be..0e87da4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-semaphore", - "version": "5.3.0", + "version": "5.3.1", "description": "Distributed mutex and semaphore based on Redis", "main": "lib/index.js", "module": "es/index.js",