Skip to content

Commit

Permalink
1.0.24 version fix (#107)
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 a15c45a commit 0410688
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.23",
"version": "1.0.24",
"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.23",
"version": "1.0.24",
"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.23",
"version": "1.0.24",
"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 @@ -18,5 +18,6 @@
"1.0.20": "1.0.0",
"1.0.21": "1.0.0",
"1.0.22": "1.0.0",
"1.0.23": "1.0.0"
"1.0.23": "1.0.0",
"1.0.24": "1.0.0"
}

0 comments on commit 0410688

Please sign in to comment.