Skip to content

Commit 689b010

Browse files
committed
Update CodableKit version in README
Bump the referenced CodableKit version in the installation instructions from 1.7.6 to 2.0.0 to reflect the latest release.
1 parent 62bfdda commit 689b010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct Car {
4949
Add to your Package.swift dependencies:
5050

5151
```swift
52-
.package(url: "https://github.com/WendellXY/CodableKit.git", from: "1.7.6")
52+
.package(url: "https://github.com/WendellXY/CodableKit.git", from: "2.0.0")
5353
```
5454

5555
## Feature Matrix

0 commit comments

Comments
 (0)