mirror of
https://github.com/munckenh/obsidian-relative-dates.git
synced 2026-07-22 06:43:16 +00:00
fix: lower minAppVersion to 1.2.7
This commit is contained in:
parent
8e41742b92
commit
3b6199e424
2 changed files with 2 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"id": "relative-dates",
|
||||
"name": "Relative Dates",
|
||||
"version": "1.3.0",
|
||||
"minAppVersion": "1.9.0",
|
||||
"minAppVersion": "1.2.7",
|
||||
"description": "Relative, color-coded dates.",
|
||||
"author": "Munckenh",
|
||||
"authorUrl": "https://github.com/Munckenh",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,3 @@
|
|||
{
|
||||
"1.0.0": "1.9.0",
|
||||
"1.0.1": "1.9.0",
|
||||
"1.0.2": "1.9.0",
|
||||
"1.0.3": "1.9.0",
|
||||
"1.1.0": "1.9.0",
|
||||
"1.2.0": "1.9.0",
|
||||
"1.3.0": "1.9.0"
|
||||
"1.0.0": "1.2.7"
|
||||
}
|
||||
Loading…
Reference in a new issue