From 1c0d97c8a3c4ed4894d4b9bb3dce5d20af5c8526 Mon Sep 17 00:00:00 2001 From: Vishakh Abhayan Date: Mon, 27 Nov 2023 02:01:24 +0530 Subject: [PATCH] 1.0.4 --- 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 d9366fd..ad7eed1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "imagebindb", - "version": "1.0.2", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "imagebindb", - "version": "1.0.2", + "version": "1.0.4", "license": "ISC", "dependencies": { "idb": "^7.1.1" diff --git a/package.json b/package.json index d266372..43512cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imagebindb", - "version": "1.0.3", + "version": "1.0.4", "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",