From 2a4166a8360e02e01f343723a65de6f7cb748701 Mon Sep 17 00:00:00 2001 From: Alvaro Carrasco Date: Thu, 15 Dec 2022 13:58:17 -0700 Subject: [PATCH] v6.2.0-beta.1 --- package.json | 2 +- ts/components/WhatsNewModal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 450f83540..0b8a6848c 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": "6.1.0-beta.1", + "version": "6.2.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 49ab907f2..89f7b1d2b 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'WhatsNew__v6.1--1', + key: 'WhatsNew__bugfixes--3', components: undefined, }, ],