From 08cb82e255e997a9f0e6ea9bade70b9a617be6b5 Mon Sep 17 00:00:00 2001 From: SimplyAhmazing Date: Sat, 13 Jan 2018 16:52:46 -0500 Subject: [PATCH] Update copyright a year later --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 43b5c57f..6f478bee 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-2017 ' + APP_TEAM, + APP_COPYRIGHT: 'Copyright © 2014-2018 ' + APP_TEAM, APP_FILE_ICON: path.join(__dirname, '..', 'static', 'WebTorrentFile'), APP_ICON: path.join(__dirname, '..', 'static', 'WebTorrent'), APP_NAME: APP_NAME,