From e92971ff57446335db2ff1058204b8d86c14475e Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Tue, 11 Jan 2022 15:39:52 +0530 Subject: [PATCH] Update copyright year to 2022 --- app/menus/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/menus/menu.ts b/app/menus/menu.ts index 3d3cfb7e..dc2f3c61 100644 --- a/app/menus/menu.ts +++ b/app/menus/menu.ts @@ -54,7 +54,7 @@ export const createMenu = ( void dialog.showMessageBox({ title: `About ${appName}`, message: `${appName} ${appVersion} (${updateChannel})`, - detail: `Renderers: ${renderers}\nPlugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2021 Vercel, Inc.`, + detail: `Renderers: ${renderers}\nPlugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2022 Vercel, Inc.`, buttons: [], icon: icon as any });