Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoJerryYu committed Jun 6, 2024
1 parent af0f245 commit 8953510
Show file tree
Hide file tree
Showing 3 changed files with 4 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": "memos-sync",
"name": "Memos Sync",
"version": "0.3.4",
"version": "0.4.0",
"minAppVersion": "1.5.12",
"description": "Syncing memos from a [Memos](https://github.com/usememos/memos) server to your daily note. Fully compatible with official Daily Notes plugin, Calendar plugin and Periodic Notes plugin.",
"author": "RyoJerryYu",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-memos-sync",
"version": "0.3.4",
"version": "0.4.0",
"description": "Syncing Memos to Obsidian daily note.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"0.3.1": "0.15.0",
"0.3.2": "0.15.0",
"0.3.3": "0.15.0",
"0.3.4": "1.5.12"
"0.3.4": "1.5.12",
"0.4.0": "1.5.12"
}

0 comments on commit 8953510

Please sign in to comment.