Skip to content

Commit

Permalink
Updated the major version in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasman committed Mar 7, 2024
1 parent b52dc83 commit 12010f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Swift library to access Tesla API based on [Tesla JSON API (Unofficial)](https:/
You can use [Swift Package Manager](https://swift.org/package-manager/) and specify a dependency in `Package.swift` by adding this or adding the dependency to Xcode:

```swift
.Package(url: "https://github.com/jonasman/TeslaSwift.git", majorVersion: 9)
.Package(url: "https://github.com/jonasman/TeslaSwift.git", majorVersion: 10)
```

There are also extensions for Combine `TeslaSwiftCombine`
Expand Down

0 comments on commit 12010f4

Please sign in to comment.