diff --git a/Readme.md b/Readme.md index fde0e16..4480481 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.0")) +.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.1")) ``` and then add `"SJSAssetExportSession"` to the list of dependencies in your target as well.