mirror of
https://github.com/gapmiss/blur.git
synced 2026-07-22 07:50:29 +00:00
fix: sort versions.json entries in ascending semver order
This commit is contained in:
parent
d8764ee0ad
commit
ab3572fee6
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"0.0.3": "0.15.0",
|
||||
"0.0.2": "0.15.0",
|
||||
"0.0.1": "0.15.0",
|
||||
"0.0.2": "0.15.0",
|
||||
"0.0.3": "0.15.0",
|
||||
"1.0.0": "0.15.0",
|
||||
"1.0.1": "0.15.0",
|
||||
"1.0.2": "0.15.0",
|
||||
"1.0.3": "0.15.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue