From 8cc0ac50b25472a78db624c1933912b024e0b720 Mon Sep 17 00:00:00 2001 From: Vishakh Abhayan Date: Mon, 27 Nov 2023 11:05:15 +0530 Subject: [PATCH] 1.0.6 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08825a8..7889b64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "imagebindb", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "imagebindb", - "version": "1.0.5", + "version": "1.0.6", "license": "ISC", "dependencies": { "idb": "^7.1.1" diff --git a/package.json b/package.json index 91ebc19..d252a05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imagebindb", - "version": "1.0.5", + "version": "1.0.6", "description": " convert images to binary data, store them in IndexedDB, and retrieve and convert them back to images", "main": "dist/index.js", "types": "dist/index.d.ts",