Skip to content

Commit 9602448

Browse files
Updated Diffusion Swift Package to 6.10.2
1 parent d023062 commit 9602448

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "Diffusion",
18-
url: "https://github.com/diffusiondata/diffusion-sdk-apple/raw/6.10.1/Diffusion.xcframework.zip",
19-
checksum: "99cc7cf401e5f44aa9a0bf692e0b1b499cdc7c6af5d7de1a644f47d64a457a3e"
18+
url: "https://github.com/diffusiondata/diffusion-sdk-apple/raw/6.10.2/Diffusion.xcframework.zip",
19+
checksum: "3a3d6513bff031d299f3a43c1afde1fc72c151bd1a09be7df9a684ff3e34883f"
2020
)
2121
]
2222
)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020

2121
# Apple SDK for Diffusion - Swift Package
2222

23-
#### Latest version: 6.10.1
23+
#### Latest version: 6.10.2
2424

2525
#### Links
2626
- <a href="https://docs.diffusiondata.com/quickstart">Quick Start Guide</a>
27-
- <a href="https://docs.diffusiondata.com/docs/6.10.1/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28-
- <a href="https://docs.diffusiondata.com/docs/6.10.1/apple">API Documentation</a>
27+
- <a href="https://docs.diffusiondata.com/docs/6.10.2/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28+
- <a href="https://docs.diffusiondata.com/docs/6.10.2/apple">API Documentation</a>
2929
- <a href="https://github.com/diffusiondata/diffusion-examples/tree/6.10/apple">Examples</a>
3030

3131

@@ -47,7 +47,7 @@ let package = Package(
4747
.package(
4848
name: "Diffusion",
4949
url: "https://github.com/diffusiondata/diffusion-swift",
50-
.exact("6.10.1")
50+
.exact("6.10.2")
5151
),
5252
],
5353
//...

0 commit comments

Comments
 (0)