Skip to content

Commit 0fc62b3

Browse files
authored
Merge pull request #1798 from RedisInsight/bugfix/update-copyright
update for copyright
2 parents 02eeeb7 + 8a884d9 commit 0fc62b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

electron-builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "RedisInsight-v2",
33
"appId": "org.RedisLabs.RedisInsight-V2",
4-
"copyright": "Copyright © 2021 Redis Ltd.",
4+
"copyright": "Copyright © 2023 Redis Ltd.",
55
"files": [
66
"dist/",
77
"node_modules/",

redisinsight/splash.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
const copyrightEl = document.getElementById('copyright') || null
8888

8989
if (copyrightEl) {
90-
copyrightEl.innerHTML = `RedisInsight ${appVersion}  © ${new Date().getFullYear() || '2022'} Redis Ltd.`
90+
copyrightEl.innerHTML = `RedisInsight ${appVersion}  © ${new Date().getFullYear() || '2023'} Redis Ltd.`
9191
}
9292
}
9393

0 commit comments

Comments
 (0)