diff --git a/manifest.json b/manifest.json index a835f54..e2947ac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.6.0", + "version": "2.7.0", "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 3e8e8b9..6967b44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.6.0", + "version": "2.7.0", "type": "module", "description": "Share files to any Notion database using the Notion API, originally created by EasyChris/obsidian-to-notion.", "main": "main.js", @@ -30,4 +30,4 @@ "yaml": "^2.3.4", "yaml-front-matter": "^4.1.1" } -} +} \ No newline at end of file