From 6be1bc35baac713e429a924afc04f62e4cfa2482 Mon Sep 17 00:00:00 2001 From: redryerye Date: Wed, 3 Aug 2022 16:29:01 +0900 Subject: [PATCH] Update version in Swift Scripting docs --- docs/source/swift-scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/swift-scripting.md b/docs/source/swift-scripting.md index c34c72abac..c263409b59 100644 --- a/docs/source/swift-scripting.md +++ b/docs/source/swift-scripting.md @@ -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.