diff --git a/package-lock.json b/package-lock.json index 27a8b64..b599d7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ezindexdb", - "version": "4.2.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ezindexdb", - "version": "4.2.0", + "version": "5.0.0", "license": "ISC" } } diff --git a/package.json b/package.json index d1829a7..1689cf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@justinwwolcott/ez-index-db", - "version": "4.2.0", + "version": "5.0.0", "description": "Easier way to work with indexDB for 90pct of use cases", "main": "index.mjs", "scripts": {