Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eightHundreds committed Jul 30, 2023
1 parent d25b131 commit c27ed28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
@@ -1,10 +1,10 @@
{
"id": "dida-sync",
"name": "Dida Todo Sync",
"version": "1.4.1",
"version": "1.5.0",
"minAppVersion": "0.15.0",
"description": "Sync 滴答清单(ticktick) to obsidian",
"author": "eightHundreds",
"isDesktopOnly": false,
"authorUrl": "https://github.com/eightHundreds"
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-dida-sync",
"version": "1.4.1",
"version": "1.5.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -9,5 +9,6 @@
"1.3.2": "0.15.0",
"1.3.3": "0.15.0",
"1.4.0": "0.15.0",
"1.4.1": "0.15.0"
"1.4.1": "0.15.0",
"1.5.0": "0.15.0"
}

0 comments on commit c27ed28

Please sign in to comment.