diff --git a/manifest.json b/manifest.json index 97b23eb..6e9bf52 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-enhancing-export", "name": "Obsidian Enhancing Export", - "version": "1.2.0", + "version": "1.2.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", diff --git a/package.json b/package.json index 7d930d9..6b321d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enhancing-export", - "version": "1.2.0", + "version": "1.2.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 3bf454e..d647526 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "1.1.8": "0.12.0", "1.1.9": "0.12.0", "1.1.10": "0.12.0", - "1.2.0": "0.12.0" + "1.2.0": "0.12.0", + "1.2.1": "0.12.0" } \ No newline at end of file