Skip to content

Commit

Permalink
[data] Correct formatting of versions file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 8, 2024
1 parent c81f26b commit 5f15cae
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,6 @@
"name": "2.7.7",
"releaseDate": "10 March 2015",
"version": 2014051207

},
{
"name": "2.7.8",
Expand Down Expand Up @@ -2097,17 +2096,17 @@
{
"name": "1.9.8",
"releaseDate": "25 March 2010",
"version": 2007101580.00
"version": 2007101580
},
{
"name": "1.9.9",
"releaseDate": "8 June 2010",
"version": 2007101590.00
"version": 2007101590
},
{
"name": "1.9.10",
"releaseDate": "25 October 2010",
"version": 2007101591.00
"version": 2007101591
},
{
"name": "1.9.11",
Expand Down Expand Up @@ -2137,7 +2136,7 @@
{
"name": "1.9.16",
"releaseDate": "9 January 2012",
"version": 2007101591.10
"version": 2007101591.1
},
{
"name": "1.9.17",
Expand All @@ -2152,7 +2151,7 @@
{
"name": "1.9.19",
"releaseDate": "9 July 2012",
"version": 2007101592.00,
"version": 2007101592,
"notes": "Support has ended"
}
]
Expand Down Expand Up @@ -2229,4 +2228,4 @@
"isLTS": false
}
]
}
}

0 comments on commit 5f15cae

Please sign in to comment.