v6.4.0-beta.1

This commit is contained in:
Alvaro Carrasco 2023-01-25 17:37:03 -07:00
parent c8012cf153
commit 10b0ec12a1
2 changed files with 3 additions and 11 deletions

View file

@ -4,7 +4,7 @@
"description": "Private messaging from your desktop",
"desktopName": "signal.desktop",
"repository": "https://github.com/signalapp/Signal-Desktop.git",
"version": "6.3.0-beta.1",
"version": "6.4.0-beta.1",
"license": "AGPL-3.0-only",
"author": {
"name": "Signal Messenger, LLC",

View file

@ -31,16 +31,8 @@ const releaseNotes: ReleaseNotesType = {
version: window.getVersion?.(),
features: [
{
key: 'icu:WhatsNew__v6.3--0',
components: {
whynothugo: <a href="https://github.com/WhyNotHugo">@WhyNotHugo</a>,
},
},
{
key: 'icu:WhatsNew__v6.3--1',
components: {
jojomatik: <a href="https://github.com/jojomatik">@jojomatik</a>,
},
key: 'WhatsNew__bugfixes',
components: undefined,
},
],
};