File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Shared/Supporting Files/Views Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Find a bug or want to request a new feature? Please let us know by [creating an
5454
5555## Licensing
5656
57- Copyright 2022 Esri
57+ Copyright 2022 - 2023 Esri
5858
5959Licensed under the Apache License, Version 2.0 (the "License");
6060you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 13251325 repositoryURL = "https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/";
13261326 requirement = {
13271327 kind = upToNextMinorVersion;
1328- minimumVersion = " 200.1.0" ;
1328+ minimumVersion = 200.1.0;
13291329 };
13301330 };
13311331/* End XCRemoteSwiftPackageReference section */
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments