Skip to content

Commit 6bda654

Browse files
committed
Update example in readme to 0.3.2
1 parent 6f6a5f0 commit 6bda654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa
3030
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
3131

3232
```swift
33-
.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.1"))
33+
.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.2"))
3434
```
3535

3636
and then add `"SJSAssetExportSession"` to the list of dependencies in your target as well.

0 commit comments

Comments
 (0)