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 });