From 36acb485bd1f4d4a882ab042f28bf8af1cfff71c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 7 Feb 2024 12:33:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20number=20to=201?= =?UTF-8?q?.10.3?= 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 f7033e5..329201a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-enhancing-export", "name": "Enhancing Export", - "version": "1.10.2", + "version": "1.10.3", "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 36efd27..66f3523 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-enhancing-export", - "version": "1.10.2", + "version": "1.10.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.", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 039d5be..aba1f1e 100644 --- a/versions.json +++ b/versions.json @@ -44,5 +44,6 @@ "1.9.5": "0.12.0", "1.9.6": "0.12.0", "1.10.1": "0.12.0", - "1.10.2": "0.12.0" + "1.10.2": "0.12.0", + "1.10.3": "0.12.0" } \ No newline at end of file