From 31b72f3bd3ab9554de4dde47dd7117085bc97c3d Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Mon, 19 Feb 2024 23:08:47 +0000 Subject: [PATCH] Update version to 2.2.4 --- manifest.json | 2 +- package.json | 2 +- src/ui/CustomModal.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8ab2396..0dda207 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.2.3", + "version": "2.2.4", "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 9fdb5ac..65b917e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.2.3", + "version": "2.2.4", "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", diff --git a/src/ui/CustomModal.ts b/src/ui/CustomModal.ts index 4d5e602..003e367 100644 --- a/src/ui/CustomModal.ts +++ b/src/ui/CustomModal.ts @@ -67,7 +67,7 @@ export class CustomModal extends Modal { .addOption("multi_select", "Multi-Select") .addOption("date", "Date") // .addOption("person", "Person") - .addOption("file", "Files & Media") + .addOption("files", "Files & Media") .addOption("checkbox", "Checkbox") .addOption("url", "URL") .addOption("email", "Email")