From 76c863608e8c2ef0fb4d34610007aeeb6d42b7ab Mon Sep 17 00:00:00 2001 From: Shidorien Date: Fri, 24 Nov 2023 06:46:08 +0100 Subject: [PATCH] Update version numbers in changelog --- assets/jsons/changelogs/en.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" } }