From 800e218dee2ab60042f0f2127e76e9aa34c591fe Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Sun, 18 Aug 2024 13:08:04 +0100 Subject: [PATCH] Update version to 2.3.5 --- manifest.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9c9e9f0..a89983b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.3.4", + "version": "2.3.5", "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 093b156..31b0c31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.3.4", + "version": "2.3.5", "type": "module", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "main": "main.js", @@ -32,4 +32,4 @@ "yaml": "^2.3.4", "yaml-front-matter": "^4.1.1" } -} +} \ No newline at end of file