fix: update min app version

This commit is contained in:
Jacobtread 2024-04-04 08:33:43 +13:00
parent 8b36856cdd
commit cd9ba7bbf8
2 changed files with 10 additions and 10 deletions

View file

@ -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",

View file

@ -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"
}