update the notion version

This commit is contained in:
Jiaxin Peng
2023-08-10 09:30:27 +01:00
parent a68a3920ad
commit a0f5d2d51b
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ export class Upload2Notion {
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
'Authorization': 'Bearer ' + this.app.settings.notionAPI, 'Authorization': 'Bearer ' + this.app.settings.notionAPI,
'Notion-Version': '2022-02-22', 'Notion-Version': '2022-06-28',
}, },
body: '' body: ''
}) })

View File

@@ -1,7 +1,7 @@
{ {
"id": "share-to-notionnext", "id": "share-to-notionnext",
"name": "Share to NotionNext", "name": "Share to NotionNext",
"version": "0.0.3", "version": "0.0.4",
"minAppVersion": "0.0.1", "minAppVersion": "0.0.1",
"description": "This is a plugin for Obsidian. This plugin shares obsidian md file to notion with notion api for NotionNext web deploy.", "description": "This is a plugin for Obsidian. This plugin shares obsidian md file to notion with notion api for NotionNext web deploy.",
"author": "jxpeng98", "author": "jxpeng98",

View File

@@ -1,6 +1,6 @@
{ {
"name": "share-to-notionnext", "name": "share-to-notionnext",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api for NotionNext web deploy.", "description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api for NotionNext web deploy.",
"main": "main.js", "main": "main.js",