diff --git a/manifest.json b/manifest.json index b00aafd..e015967 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "fundingUrl": "https://ko-fi.com/aoout46551", "isDesktopOnly": true, "minAppVersion": "0.16.0", - "version": "0.6.3" + "version": "0.6.4" } diff --git a/package-lock.json b/package-lock.json index 2e439f1..4a09906 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "epub-importer", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "epub-importer", - "version": "0.6.3", + "version": "0.6.4", "license": "MIT", "dependencies": { "@lisandra-dev/create-obsidian-plugin": "^1.9.1", diff --git a/package.json b/package.json index a254215..2576e19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epub-importer", - "version": "0.6.3", + "version": "0.6.4", "description": "Import .epub file into Obsidian as markdown notes.", "main": "lib/main.js", "license": "MIT",