Skip to content

Commit

Permalink
chore: update year in about window
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 2, 2024
1 parent f4c9148 commit 90527fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satellite/src/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function trayAbout() {
resizable: false,
},
bug_report_url: 'https://github.com/bitfocus/companion-satellite/issues',
copyright: '2023 Julian Waller',
copyright: `${new Date().getFullYear()} Julian Waller`,
homepage: 'https://github.com/bitfocus/companion-satellite',
license: 'MIT',
})
Expand Down

0 comments on commit 90527fd

Please sign in to comment.