From 41ebff9067d329da8ac144c88a1d2174d9ef8958 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 18 Dec 2022 11:37:11 +0800 Subject: [PATCH] Update version to 0.7.1 --- README.md | 3 --- manifest.json | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c188296..4e6b0eb 100644 --- a/README.md +++ b/README.md @@ -137,9 +137,6 @@ The visiter don't need to redirect url. To sync images to your oss or cos bucket, use the [Obsidian Image Auto Upload Plugin](https://github.com/renmu123/obsidian-image-auto-upload-plugin). -# Buy me a cup of coffee. - -[Buy me a coffee](https://dun.mianbaoduo.com/@easy) # Development diff --git a/manifest.json b/manifest.json index 6361a6b..73385d5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-to-notion", "name": "Obsidian shared to Notion", - "version": "0.7.0", + "version": "0.7.1", "minAppVersion": "0.0.1", "description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api", "author": "Easychris", diff --git a/package.json b/package.json index 9a14e23..996ab4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-to-notion", - "version": "0.7.0", + "version": "0.7.1", "type": "module", "description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api", "main": "main.js",