From 4c7b64f045be84407e12ede7a91eaa3ba2667cd5 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 19 Jan 2025 14:06:14 -0800 Subject: [PATCH] Bump version to 0.3.5 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 254aeef..8a92b2d 100644 --- a/Readme.md +++ b/Readme.md @@ -34,7 +34,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.4")) +.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.5")) ``` and then add `"SJSAssetExportSession"` to the list of dependencies in your target as well.