From c1f4ecd14b9621b47781dfb95c91d2fc0c8fa0a6 Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Tue, 22 Oct 2024 10:27:49 +0100 Subject: [PATCH] Update version to 2.4.3 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e35232e..3274457 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.4.2", + "version": "2.4.3", "minAppVersion": "0.0.1", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "author": "EasyChris, jxpeng98", diff --git a/package.json b/package.json index 611e475..22afdc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.4.2", + "version": "2.4.3", "type": "module", "description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.", "main": "main.js",