Skip to content

Commit 960ef2d

Browse files
committed
Update year in about view.
1 parent b6f8782 commit 960ef2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Supporting Files/Views/AboutView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private struct AboutList: View {
7777
@Environment(\.dismiss) private var dismiss: DismissAction
7878

7979
var copyrightText: Text {
80-
Text("Copyright © 2022 Esri. All Rights Reserved.")
80+
Text("Copyright © 2022 - 2023 Esri. All Rights Reserved.")
8181
}
8282

8383
var body: some View {

0 commit comments

Comments
 (0)