From 04106884e7ebc8572d8e255e2b8c7029a45e52a7 Mon Sep 17 00:00:00 2001 From: thesamim Date: Sun, 7 Apr 2024 18:46:35 -0500 Subject: [PATCH] 1.0.24 version fix (#107) * Fix: full vault sync fix, mark completion fix https://github.com/thesamim/TickTickSync/issues/104 https://github.com/thesamim/TickTickSync/issues/90 * Fix: fix version number. --- dist/manifest.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dist/manifest.json b/dist/manifest.json index 9f16ae1..4dcaf71 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -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", diff --git a/manifest.json b/manifest.json index 9f16ae1..4dcaf71 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 66b662e..4fc8501 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index dc08d08..bfa5fc1 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file