Update example in readme to 0.3.2

This commit is contained in:
Sami Samhuri 2024-10-19 12:36:27 -07:00
parent 6f6a5f00e0
commit 6bda654048
No known key found for this signature in database

View file

@ -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.