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",