Skip to content

Commit

Permalink
Issue #176: Fix releases json format
Browse files Browse the repository at this point in the history
  • Loading branch information
cknoblauch authored and romani committed Nov 6, 2019
1 parent fb552f7 commit 6ca1092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
{
"version": "Release 8.16.0",
"template": "partials/releases/8.16.0/release_notes.html",
"template": "partials/releases/8.16.0/release_notes.html"
},
{
"version": "Release 8.15.0",
"template": "partials/releases/8.15.0/release_notes.html",
"template": "partials/releases/8.15.0/release_notes.html"
},
{
"version": "Release 8.14.0",
Expand Down Expand Up @@ -255,4 +255,4 @@
"version": "Older releases",
"template": "partials/releases/release_notes_older.html"
}
]
]

0 comments on commit 6ca1092

Please sign in to comment.