Skip to content

Commit 74259cd

Browse files
authored
Merge pull request #168 from Esri/Ting/FixYearVersion
[Update] Year and version
2 parents f9d6a8c + 960ef2d commit 74259cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5959
Licensed under the Apache License, Version 2.0 (the "License");
6060
you may not use this file except in compliance with the License.

Samples.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@
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 */

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)