From 87e81eedccd8867c7c5a4b60da31b46306a579ac Mon Sep 17 00:00:00 2001 From: Utkarsh Srivastava Date: Tue, 20 Apr 2021 04:15:46 +0530 Subject: [PATCH] update to version 1.6.1 Signed-off-by: Utkarsh Srivastava --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12c5325..d1cefb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-snowflake", - "version": "1.6.0", + "version": "1.6.1", "description": "Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)", "main": "lib/index.js", "types": "lib/index.d.ts",