From 6bda6540480fc5d7e880a0708b8d5e3283b753bd Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 19 Oct 2024 12:36:27 -0700 Subject: [PATCH] Update example in readme to 0.3.2 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ecb0df3..934b779 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 the list of dependencies your Package.swift file: ```swift -.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.1")) +.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.2")) ``` and then add `"SJSAssetExportSession"` to the list of dependencies in your target as well.