From 128c4283f7a01a05ca9f2f775940fda0a9950a0d Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 14 Jun 2024 14:57:23 +0200 Subject: [PATCH] Bumped v0.1.0 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dfd954..e9a9b9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iovalkey", - "version": "0.0.1", + "version": "0.1.0", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "./built/index.js", "types": "./built/index.d.ts",