Skip to content

Commit

Permalink
v6.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaro-signal committed Jan 26, 2023
1 parent c8012cf commit 10b0ec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 2 additions & 10 deletions ts/components/WhatsNewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
};
Expand Down

0 comments on commit 10b0ec1

Please sign in to comment.