Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jxpeng98 committed Nov 20, 2023
1 parent 7df4b5e commit 040b72b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "share-to-notionnext",
"name": "Share to NotionNext",
"version": "1.0.1",
"version": "1.1.0",
"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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "share-to-notionnext",
"version": "1.0.1",
"version": "1.1.0",
"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",
Expand Down Expand Up @@ -31,4 +31,4 @@
"yaml": "^2.3.4",
"yaml-front-matter": "^4.1.1"
}
}
}

0 comments on commit 040b72b

Please sign in to comment.