Skip to content

Commit

Permalink
1.0.25 (#108)
Browse files Browse the repository at this point in the history
* Fix: full vault sync fix, mark completion fix
#104
#90

* Fix: fix version number.
  • Loading branch information
thesamim authored Apr 7, 2024
1 parent 0410688 commit ddf2b74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "tickticksync",
"name": "TickTickSync",
"version": "1.0.24",
"version": "1.0.25",
"minAppVersion": "1.0.0",
"description": "Sync TickTick tasks to Obsidian, and Obsidian tasks to TickTick",
"author": "thesamim",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "tickticksync",
"name": "TickTickSync",
"version": "1.0.24",
"version": "1.0.25",
"minAppVersion": "1.0.0",
"description": "Sync TickTick tasks to Obsidian, and Obsidian tasks to TickTick",
"author": "thesamim",
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": "tickticksync",
"version": "1.0.24",
"version": "1.0.25",
"description": "Sync TickTick tasks to Obsidian, and Obsidian tasks to TickTick",
"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 @@ -19,5 +19,6 @@
"1.0.21": "1.0.0",
"1.0.22": "1.0.0",
"1.0.23": "1.0.0",
"1.0.24": "1.0.0"
"1.0.24": "1.0.0",
"1.0.25": "1.0.0"
}

0 comments on commit ddf2b74

Please sign in to comment.