diff --git a/assets/jsons/changelogs/en.json b/assets/jsons/changelogs/en.json index 3549ce3e..fce54e43 100644 --- a/assets/jsons/changelogs/en.json +++ b/assets/jsons/changelogs/en.json @@ -2,11 +2,13 @@ "27.0.0" : { "title" : "Second Release", "htmlBody" : "

Second release of the app.

", - "timestampPublished" : "1700788913" + "timestampPublished" : "1700788913", + "version" : "27.0.0" }, "1.0.0" : { "title" : "First Release", "htmlBody" : "

First release of the app.

", - "timestampPublished" : "1700788913" + "timestampPublished" : "1700788913", + "version" : "1.0.0" } }