From ec7df7fd9eef143526e63caffcc4021471023fd2 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 28 Dec 2023 01:01:31 +0200 Subject: [PATCH] Change the version to `0.x.x` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a925d38..5b98418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bliss-rs/bliss-rs", - "version": "1.0.0", + "version": "0.0.1", "description": "A fork of the bliss-rs library with Node.js bindings", "main": "index.js", "types": "index.d.ts",