From da44e15ee5e5c6e4a884c1fc06442d3004c658fc Mon Sep 17 00:00:00 2001 From: akashtl Date: Wed, 3 Jun 2020 20:43:07 +0800 Subject: [PATCH] release notes support for v0.3.8 --- lib/releaseNotes/releaseNotesDesktop.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/releaseNotes/releaseNotesDesktop.json b/lib/releaseNotes/releaseNotesDesktop.json index f90059a8f..5f5c74a9a 100644 --- a/lib/releaseNotes/releaseNotesDesktop.json +++ b/lib/releaseNotes/releaseNotesDesktop.json @@ -1,11 +1,11 @@ { "0.4.1": { - "1589451878": [ + "0.34.0": [ "Stability improvements" ] }, "0.4.0": { - "1589451878": [ + "0.34.0": [ "Electron Framework updated to latest version 8.0.1", "Fixed select all keyboard shortcut (command + A) issue in Mac OS", "Handled mic and camera permission issue on Mac OS", @@ -19,7 +19,7 @@ ] }, "0.3.8": { - "1589451878": [ + "content": [ "Updated login page design.", "Added download guideline in app update process.", "Added release notes in update popup.", -- GitLab