Skip to content

Commit 4c7b64f

Browse files
committed
Bump version to 0.3.5
1 parent 33152e4 commit 4c7b64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa
3434
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
3535

3636
```swift
37-
.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.4"))
37+
.package(url: "https://github.com/samsonjs/SJSAssetExportSession.git", .upToNextMajor(from: "0.3.5"))
3838
```
3939

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

0 commit comments

Comments
 (0)