Skip to content

Commit

Permalink
[AboutPage.qml] Increase year to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 4, 2024
1 parent 4bcf901 commit 70cc9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Page {
Label {
color: Theme.secondaryColor
text: "(C) 2021 David Llewellyn-Jones (llewelld / flypig)" + "<br />" +
"(C) 2022-2023 olf (Olf0)"
"(C) 2022-2024 olf (Olf0)"
font.pixelSize: Theme.fontSizeSmall
}

Expand Down

0 comments on commit 70cc9ec

Please sign in to comment.