Update year 2020

This commit is contained in:
Cristian Granda 2020-01-09 14:28:25 -05:00 committed by Benjamin Staneck
parent 709cfe9d74
commit 28f49ebdbc

View file

@ -54,7 +54,7 @@ export const createMenu = (
dialog.showMessageBox({
title: `About ${appName}`,
message: `${appName} ${appVersion} (${updateChannel})`,
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.`,
buttons: [],
icon: icon as any
});