Skip to content

Commit

Permalink
Update copyright year in Help->About Hyper (#3415)
Browse files Browse the repository at this point in the history
* Update copyright year

I don't know if this is necessary or not as it's not for the license(from #2566).
Still mentioning it since I noticed it.

* Remove a typo
  • Loading branch information
pndyjack authored and Stanzilla committed Apr 16, 2019
1 parent 26846cd commit a7c9555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/menus/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exports.createMenu = (createWindow, getLoadedPluginVersions) => {
dialog.showMessageBox({
title: `About ${appName}`,
message: `${appName} ${appVersion} (${updateChannel})`,
detail: `Renderers: ${renderers}\nPlugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2018 ZEIT, Inc.`,
detail: `Renderers: ${renderers}\nPlugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2019 ZEIT, Inc.`,
buttons: [],
icon
});
Expand Down

0 comments on commit a7c9555

Please sign in to comment.