diff --git a/manifest.json b/manifest.json index 3f1ca5f..a9fe277 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-enhancing-export", "name": "Enhancing Export", - "version": "1.9.6", + "version": "1.10.1", "minAppVersion": "0.12.0", "description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.", "author": "YISH", "authorUrl": "https://github.com/mokeyish", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index 1ec4a5f..625d0b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enhancing-export", - "version": "1.9.6", + "version": "1.10.1", "description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 2d3f011..604fe7a 100644 --- a/versions.json +++ b/versions.json @@ -42,5 +42,6 @@ "1.9.3": "0.12.0", "1.9.4": "0.12.0", "1.9.5": "0.12.0", - "1.9.6": "0.12.0" + "1.9.6": "0.12.0", + "1.10.1": "0.12.0" } \ No newline at end of file