Skip to content

Commit

Permalink
Merge pull request #8 from tkhq/release/1.1.1
Browse files Browse the repository at this point in the history
update version in readme
  • Loading branch information
taylorjdawson authored Nov 27, 2024
2 parents fe69a8f + a12358f commit fe5e60f
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 @@ The TurnkeySDK is built to support macOS, iOS, tvOS, watchOS, and visionOS, maki
To integrate the TurnkeySDK into your Swift project, you need to add it as a dependency in your Package.swift file:

```swift
.package(url: "https://github.com/tkhq/swift-sdk", from: "1.2.0")
.package(url: "https://github.com/tkhq/swift-sdk", from: "1.1.1")
```

## Usage
Expand Down

0 comments on commit fe5e60f

Please sign in to comment.