diff --git a/_locales/en/messages.json b/_locales/en/messages.json index b3ac604d2..12e346c91 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -5902,5 +5902,13 @@ "WhatsNew__v5.62--1": { "message": "Easily add a friend to a group from their contact details screen to keep the conversation exciting.", "description": "Release notes for v5.62" + }, + "WhatsNew__v5.63--0": { + "message": "Hard at work fixing bugs and making other performance improvements to keep the app running smoothly for you.", + "description": "Release notes for v5.63" + }, + "WhatsNew__v5.63--beta.2": { + "message": "Start using and testing our new stories feature. You can use the feature with other beta testers and let us know how it's working.", + "description": "Release notes for v5.63" } } diff --git a/package.json b/package.json index 7bef8e061..960302472 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Private messaging from your desktop", "desktopName": "signal.desktop", "repository": "https://github.com/signalapp/Signal-Desktop.git", - "version": "5.62.0-beta.1", + "version": "5.63.0-beta.1", "license": "AGPL-3.0-only", "author": { "name": "Signal Messenger, LLC", diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 264fb6fa2..f316bab7c 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,11 +31,7 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'WhatsNew__v5.62--0', - components: undefined, - }, - { - key: 'WhatsNew__v5.62--1', + key: 'WhatsNew__v5.63--0', components: undefined, }, ],