From cd9ba7bbf800a58285d80eb496c1771be6ecb4ad Mon Sep 17 00:00:00 2001 From: Jacobtread Date: Thu, 4 Apr 2024 08:33:43 +1300 Subject: [PATCH] fix: update min app version --- manifest.json | 2 +- versions.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index 3bac0a6..cef9eae 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "timekeep", "name": "Timekeep", "version": "1.2.1", - "minAppVersion": "0.15.0", + "minAppVersion": "1.5.12", "description": "Time tracking within Obsidian", "author": "Jacobtread", "authorUrl": "https://jacobtread.com", diff --git a/versions.json b/versions.json index ebb1017..0e0aa12 100644 --- a/versions.json +++ b/versions.json @@ -1,11 +1,11 @@ { - "1.0.0": "0.15.0", - "1.0.1": "0.15.0", - "1.0.2": "0.15.0", - "1.0.3": "0.15.0", - "1.0.4": "0.15.0", - "1.1.0": "0.15.0", - "1.1.1": "0.15.0", - "1.2.0": "0.15.0", - "1.2.1": "0.15.0" + "1.0.0": "1.5.12", + "1.0.1": "1.5.12", + "1.0.2": "1.5.12", + "1.0.3": "1.5.12", + "1.0.4": "1.5.12", + "1.1.0": "1.5.12", + "1.1.1": "1.5.12", + "1.2.0": "1.5.12", + "1.2.1": "1.5.12" } \ No newline at end of file