Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
kaphacius committed Mar 4, 2024
1 parent cd55b22 commit 49efba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JustTags/Utils/About.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal func showAboutApp() {
NSApplication.shared.orderFrontStandardAboutPanel(
options: [
.credits: creditsString,
.init(rawValue: "Copyright"): "© 2022 YURII ZADOIANCHUK"
.init(rawValue: "Copyright"): "© 2024 YURII ZADOIANCHUK"
]
)
}
Expand Down

0 comments on commit 49efba6

Please sign in to comment.