From de110334e6ee2cc02a31e4f601029024b71f86ae Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Wed, 9 Aug 2023 22:11:44 +0100 Subject: [PATCH] Update version to 0.02 --- manifest.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/manifest.json b/manifest.json index 27719f4..9cb73b8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,7 @@ { "id": "obsidian-to-notionnext", "name": "Obsidian shared to NotionNext", + "version": "0.02", "minAppVersion": "0.0.1", "description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api for NotionNext web deploy.", "author": "jxpeng98", diff --git a/package.json b/package.json index 79d4e71..27c44c7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "obsidian-to-notionnext", + "version": "0.02", "type": "module", "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",