From 666d94b8ca6f5fe1820c08bce42d1768c6fcc5d3 Mon Sep 17 00:00:00 2001 From: Utkarsh Srivastava Date: Thu, 24 Mar 2022 20:11:42 +0530 Subject: [PATCH] Move to v2.0.1 Signed-off-by: Utkarsh Srivastava --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b42afa..066839f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodejs-snowflake" -version = "2.0.0" +version = "2.0.1" authors = ["Utkarsh Srivastava "] edition = "2021" description = "Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)"