Skip to content

Commit

Permalink
Merge pull request #8 from getditto/release-1.1.5
Browse files Browse the repository at this point in the history
πŸ”— Update links and hashes for 1.1.5 artifacts
  • Loading branch information
phatblat authored Apr 8, 2022
2 parents 2bc762d + 4805f95 commit e1472ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "DittoSwift",
url: "https://github.com/getditto/DittoSwiftPackage/releases/download/1.1.4/DittoSwift.xcframework.zip",
checksum: "a7d98951672fbd5cae1a81ed14b766ba884a29ddd43d11a71a306a01ef4df0fa"
url: "https://github.com/getditto/DittoSwiftPackage/releases/download/1.1.5/DittoSwift.xcframework.zip",
checksum: "c965b43da578113baeeaa7f67f068112f40a0ac635a2c06bee44d26277166c07"
),
.binaryTarget(
name: "DittoObjC",
url: "https://github.com/getditto/DittoSwiftPackage/releases/download/1.1.4/DittoObjC.xcframework.zip",
checksum: "5f2ccbdb144b4de8584d70af5db1f2a2c862d48013bbc079fd2582ec27654605"
url: "https://github.com/getditto/DittoSwiftPackage/releases/download/1.1.5/DittoObjC.xcframework.zip",
checksum: "f631fe84166dc83be8742b4d1c51d2ea03f153a1acfdb54a6f36ef00f5b2eb42"
),
]
)

0 comments on commit e1472ba

Please sign in to comment.