Skip to content

Commit 41ebff9

Browse files
committed
Update version to 0.7.1
1 parent 96b83b6 commit 41ebff9

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ The visiter don't need to redirect url.
137137

138138
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).
139139

140-
# Buy me a cup of coffee.
141-
142-
[Buy me a coffee](https://dun.mianbaoduo.com/@easy)
143140

144141

145142
# Development

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-to-notion",
33
"name": "Obsidian shared to Notion",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"minAppVersion": "0.0.1",
66
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api",
77
"author": "Easychris",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-to-notion",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api",
66
"main": "main.js",

0 commit comments

Comments
 (0)