From 34ba8de0ba73e917bb51dad16f18e10a411f04f9 Mon Sep 17 00:00:00 2001 From: eightHundreds Date: Sun, 8 Oct 2023 21:05:43 +0800 Subject: [PATCH] 1.7.2 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index c558cb5..8cee5a1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "dida-sync", "name": "Dida Todo Sync", - "version": "1.7.1", + "version": "1.7.2", "minAppVersion": "1.4.0", "description": "Sync 滴答清单(ticktick) to obsidian", "author": "eightHundreds", "isDesktopOnly": false, "authorUrl": "https://github.com/eightHundreds" -} +} \ No newline at end of file diff --git a/package.json b/package.json index a92bb9f..c04e060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dida-sync", - "version": "1.7.1", + "version": "1.7.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e388f60..8d31887 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "1.5.2": "0.15.0", "1.6.0": "0.15.0", "1.7.0": "1.4.0", - "1.7.1": "1.4.0" -} + "1.7.1": "1.4.0", + "1.7.2": "1.4.0" +} \ No newline at end of file