Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion redisinsight/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -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.`
}
}

Expand Down