From 42fdf45809c3ed0fc269f5c7aeb126ba4fa3778e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Feb 2024 13:52:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20number=20to=201?= =?UTF-8?q?.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) 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