Skip to content

Commit

Permalink
Update version in Swift Scripting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
redryerye committed Aug 3, 2022
1 parent 5f31e2a commit 6be1bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/swift-scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Double-click `Package.swift` in the `ApolloCodegen` folder to open the executabl
```swift title="Package.swift"
.package(name: "Apollo",
url: "https://github.com/apollographql/apollo-ios.git",
.upToNextMinor(from: "0.49.0"))
.upToNextMinor(from: "0.53.0"))
```

Note that these instructions are updated along with newer versions of the library - if you're seeing something that doesn't compile, please check that you're on the most recent version of the SDK both in your app and in your Codegen project.
Expand Down

0 comments on commit 6be1bc3

Please sign in to comment.