We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709cfe9 commit 28f49ebCopy full SHA for 28f49eb
app/menus/menu.ts
@@ -54,7 +54,7 @@ export const createMenu = (
54
dialog.showMessageBox({
55
title: `About ${appName}`,
56
message: `${appName} ${appVersion} (${updateChannel})`,
57
- detail: `Renderers: ${renderers}\nPlugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2019 ZEIT, Inc.`,
+ detail: `Renderers: ${renderers}\nPlugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2020 ZEIT, Inc.`,
58
buttons: [],
59
icon: icon as any
60
});
0 commit comments