From e1eadaa550e2e00961208fbb6f356a7c2e28e56b Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Sat, 11 May 2024 22:34:27 +0200 Subject: [PATCH] Release 0.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 804ab1c..ec3a640 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/id", "type": "module", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal, secure and collision-resistant random IDs in TypeScript",