From cf74dc26ce8eca3938f7eb649af8fd14332745eb Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 7 Dec 2022 15:40:19 -0600 Subject: [PATCH] app: bump copyright year displayed in app We are a bit early but since will will do a final release soon, we don't want the app to look out of date already on the first of the year. --- src/app/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/constants.ts b/src/app/constants.ts index 16d1328c..f3b55af1 100644 --- a/src/app/constants.ts +++ b/src/app/constants.ts @@ -54,7 +54,7 @@ export const pybricksBleFirmwareRestoreVideoUrl = 'https://pybricks.com/install/technic-boost-city/#restoring-the-original-firmware'; /** Pybricks copyright statement. */ -export const pybricksCopyright = 'Copyright (c) 2020-2022 The Pybricks Authors'; +export const pybricksCopyright = 'Copyright (c) 2020-2023 The Pybricks Authors'; /** The LEGO name with registered trademark symbol. */ export const legoRegisteredTrademark = 'LEGO®';