From 83ed881d3e2596deef68d670ea6f64938391a222 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 4 Oct 2024 08:32:53 -0700 Subject: [PATCH] Update version in readme's SPM example --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 86b2e54..6bc0171 100644 --- a/Readme.md +++ b/Readme.md @@ -30,7 +30,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa When you're integrating this using SPM on its own then add this to your Package.swift file: ```swift -.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "1.0")) +.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.2")) ``` ## Usage