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.
This commit is contained in:
David Lechner
2022-12-08 17:10:47 -06:00
committed by David Lechner
parent 614e0b0074
commit cf74dc26ce
+1 -1
View File
@@ -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®';