From 0e3962e3f686f5dfaeffcba7aa1160780afe2eda Mon Sep 17 00:00:00 2001 From: David Ernst Date: Sat, 23 Feb 2019 00:09:42 -0800 Subject: [PATCH] Update copyright for 2019 --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 6f478bee..77b72a2a 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-2018 ' + APP_TEAM, + APP_COPYRIGHT: 'Copyright © 2014-2019 ' + APP_TEAM, APP_FILE_ICON: path.join(__dirname, '..', 'static', 'WebTorrentFile'), APP_ICON: path.join(__dirname, '..', 'static', 'WebTorrent'), APP_NAME: APP_NAME,