From 160dd1220d2e5e7344d7b592bfa50a5bbf84476d Mon Sep 17 00:00:00 2001 From: Labhansh Agrawal Date: Mon, 11 Oct 2021 21:03:35 +0530 Subject: [PATCH] Bump copyright year to 2021 --- 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 47c5fc47..3d3cfb7e 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 © 2020 Vercel, Inc.`, + detail: `Renderers: ${renderers}\nPlugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2021 Vercel, Inc.`, buttons: [], icon: icon as any });