diff --git a/package-lock.json b/package-lock.json index d699879..723cfec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "epubjs", - "version": "0.3.89", + "version": "0.3.90", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "epubjs", - "version": "0.3.89", + "version": "0.3.90", "license": "BSD-2-Clause", "dependencies": { "@types/localforage": "0.0.34", diff --git a/package.json b/package.json index d177324..1021c84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epubjs", - "version": "0.3.89", + "version": "0.3.90", "description": "Parse and Render Epubs", "main": "lib/index.js", "module": "src/index.js",