From e74b993ecda07273a4210040f410ff47f7535d3d Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 3 Feb 2017 02:03:12 -0800 Subject: [PATCH] updated copyright year --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 5388885d..a7d4d9c1 100644 --- a/src/config.js +++ b/src/config.js @@ -23,7 +23,7 @@ module.exports = { CRASH_REPORT_URL: 'https://webtorrent.io/desktop/crash-report', TELEMETRY_URL: 'https://webtorrent.io/desktop/telemetry', - APP_COPYRIGHT: 'Copyright © 2014-2016 ' + APP_TEAM, + APP_COPYRIGHT: 'Copyright © 2014-2017 ' + APP_TEAM, APP_FILE_ICON: path.join(__dirname, '..', 'static', 'WebTorrentFile'), APP_ICON: path.join(__dirname, '..', 'static', 'WebTorrent'), APP_NAME: APP_NAME,