From 73a96e5bdf320e719a5cca882b72f3e12b128398 Mon Sep 17 00:00:00 2001 From: YISH Date: Fri, 17 Mar 2023 21:37:21 +0800 Subject: [PATCH] :bookmark: Bump version to 1.1.9 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index d2b73cb..c030a4a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-enhancing-export", "name": "Obsidian Enhancing Export", - "version": "1.1.8", + "version": "1.1.9", "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 7be851c..b82f3fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enhancing-export", - "version": "1.1.8", + "version": "1.1.9", "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 330e484..0f7b95e 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "1.1.5": "0.12.0", "1.1.6": "0.12.0", "1.1.7": "0.12.0", - "1.1.8": "0.12.0" + "1.1.8": "0.12.0", + "1.1.9": "0.12.0" } \ No newline at end of file