Skip to content

Commit edce85f

Browse files
Updated Diffusion Swift Package to 6.9.3
1 parent 6bdd664 commit edce85f

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.9.2/Diffusion.xcframework.zip",
19-
checksum: "ff3717f7d553e7c4f291ef76622150c9a1a73270db2bcf138e288331d2fe6f23"
18+
url: "https://github.com/diffusiondata/diffusion-sdk-apple/raw/6.9.3/Diffusion.xcframework.zip",
19+
checksum: "61a14f9738978ce8dfa345add910624d029898416f4884ee9730b4c5a00731b1"
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.9.2
23+
#### Latest version: 6.9.3
2424

2525
#### Links
2626
- <a href="https://docs.diffusiondata.com/quickstart">Quick Start Guide</a>
27-
- <a href="https://docs.diffusiondata.com/docs/6.9.2/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28-
- <a href="https://docs.diffusiondata.com/docs/6.9.2/apple">API Documentation</a>
27+
- <a href="https://docs.diffusiondata.com/docs/6.9.3/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28+
- <a href="https://docs.diffusiondata.com/docs/6.9.3/apple">API Documentation</a>
2929
- <a href="https://github.com/diffusiondata/diffusion-examples/tree/6.9/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.9.2")
50+
.exact("6.9.3")
5151
),
5252
],
5353
//...

0 commit comments

Comments
 (0)