We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02eeeb7 + 8a884d9 commit 0fc62b3Copy full SHA for 0fc62b3
electron-builder.json
@@ -1,7 +1,7 @@
1
{
2
"productName": "RedisInsight-v2",
3
"appId": "org.RedisLabs.RedisInsight-V2",
4
- "copyright": "Copyright © 2021 Redis Ltd.",
+ "copyright": "Copyright © 2023 Redis Ltd.",
5
"files": [
6
"dist/",
7
"node_modules/",
redisinsight/splash.html
@@ -87,7 +87,7 @@
87
const copyrightEl = document.getElementById('copyright') || null
88
89
if (copyrightEl) {
90
- copyrightEl.innerHTML = `RedisInsight ${appVersion} © ${new Date().getFullYear() || '2022'} Redis Ltd.`
+ copyrightEl.innerHTML = `RedisInsight ${appVersion} © ${new Date().getFullYear() || '2023'} Redis Ltd.`
91
}
92
93
0 commit comments