diff --git a/manifest.json b/manifest.json index 2c3d04c..3168c2e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "memos-sync", "name": "Memos Sync", - "version": "0.4.0", + "version": "0.4.1", "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", diff --git a/package.json b/package.json index f59f5d1..75854b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-memos-sync", - "version": "0.4.0", + "version": "0.4.1", "description": "Syncing Memos to Obsidian daily note.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7c8f29f..b6a25be 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.3.2": "0.15.0", "0.3.3": "0.15.0", "0.3.4": "1.5.12", - "0.4.0": "1.5.12" + "0.4.0": "1.5.12", + "0.4.1": "1.5.12" } \ No newline at end of file