From 6a0692b1cd9eb5dd2c4a9149ab8495cb0245fde4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 Nov 2024 09:30:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20number=20to=201?= =?UTF-8?q?.10.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 6119cdb..1878f9c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-enhancing-export", "name": "Enhancing Export", - "version": "1.10.8", + "version": "1.10.9", "minAppVersion": "1.6.3", "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 17fae42..c5ea219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enhancing-export", - "version": "1.10.8", + "version": "1.10.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 b936d19..59cdac8 100644 --- a/versions.json +++ b/versions.json @@ -50,5 +50,6 @@ "1.10.5": "0.12.0", "1.10.6": "1.6.3", "1.10.7": "1.6.3", - "1.10.8": "1.6.3" + "1.10.8": "1.6.3", + "1.10.9": "1.6.3" } \ No newline at end of file