We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0aab5 commit d57998eCopy full SHA for d57998e
README.md
@@ -53,15 +53,15 @@ The [Swift Package Manager](https://swift.org/package-manager/) allows for devel
53
54
* File > Swift Packages > Add Package Dependency
55
* Add `https://github.com/marcodotio/OpenAIKit.git`
56
-* Select "Up to next Major" with "1.1.1"
+* Select "Up to next Major" with "1.1.2"
57
58
#### SPM Through Xcode Package
59
60
Once you have your Swift package set up, add the Git link within the `dependencies` value of your `Package.swift` file.
61
62
```swift
63
dependencies: [
64
- .package(url: "https://github.com/marcodotio/OpenAIKit.git", .upToNextMajor(from: "1.1.1"))
+ .package(url: "https://github.com/marcodotio/OpenAIKit.git", .upToNextMajor(from: "1.1.2"))
65
]
66
```
67
0 commit comments