fix: lower minAppVersion to 1.2.7

This commit is contained in:
Munckenh 2026-04-16 10:34:53 +08:00
parent 8e41742b92
commit 3b6199e424
No known key found for this signature in database
GPG key ID: 7ECEFB9149BE15D1
2 changed files with 2 additions and 8 deletions

View file

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

View file

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