From 96b0a04ca4e3050190f8aa9c17049b36096347ce Mon Sep 17 00:00:00 2001 From: Alexander Mochalin Date: Wed, 25 Mar 2020 08:00:17 +0500 Subject: [PATCH] 1.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 634bfac..b119012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-semaphore", - "version": "1.1.3", + "version": "1.1.4", "description": "Distributed mutex and semaphore based on Redis", "main": "lib/index.js", "module": "es/index.js",