From 73dd93156d6aee2cc0c1d8bcdcf27eae3942d78a Mon Sep 17 00:00:00 2001 From: Sebastian Korotkiewicz Date: Tue, 6 Feb 2024 08:46:59 +0100 Subject: [PATCH] ver --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2e1138..b8836f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skorotkiewicz/snowflake-id", - "version": "1.0.0", + "version": "1.0.1", "description": "Snowflake ID is a unique identifier commonly used in distributed systems to generate unique IDs with a timestamp component. It is designed to ensure uniqueness, even in distributed and highly concurrent environments.", "scripts": { "rollup": "rollup -c",