diff --git a/electron-builder.json b/electron-builder.json index 5b58232aed..0c0bd3f578 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -1,7 +1,7 @@ { "productName": "RedisInsight-v2", "appId": "org.RedisLabs.RedisInsight-V2", - "copyright": "Copyright © 2021 Redis Ltd.", + "copyright": "Copyright © 2023 Redis Ltd.", "files": [ "dist/", "node_modules/", diff --git a/redisinsight/splash.html b/redisinsight/splash.html index c3a817ae80..01d7e391aa 100644 --- a/redisinsight/splash.html +++ b/redisinsight/splash.html @@ -87,7 +87,7 @@ const copyrightEl = document.getElementById('copyright') || null if (copyrightEl) { - copyrightEl.innerHTML = `RedisInsight ${appVersion}  © ${new Date().getFullYear() || '2022'} Redis Ltd.` + copyrightEl.innerHTML = `RedisInsight ${appVersion}  © ${new Date().getFullYear() || '2023'} Redis Ltd.` } }