Skip to content

Commit 9968cdd

Browse files
cconstableChris Constable
andauthored
Update README: update deprecated .package() call. (#28)
Co-authored-by: Chris Constable <[email protected]>
1 parent 6cb9b16 commit 9968cdd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ Open your Package.swift file and add the following do your the `dependencies` se
1919

2020
```
2121
.package(
22-
name: "Segment",
23-
url: "https://github.com/segment-integrations/analytics-swift-amplitude.git",
24-
from: "1.1.3"
25-
),
22+
url: "https://github.com/segment-integrations/analytics-swift-amplitude.git",
23+
from: "1.4.2"
24+
)
2625
```
2726

2827

0 commit comments

Comments
 (0)