Skip to content

Commit

Permalink
chore: prepare release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-frade-iohk authored and github-actions[bot] committed Oct 17, 2023
1 parent 98049e4 commit 3f32662
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.7
import PackageDescription

let package = Package(
Expand All @@ -23,8 +23,8 @@ let package = Package(
// RELEASE
.binaryTarget(
name: "Apollo",
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/<ref>/Apollo.xcframework.zip",
checksum: "<checksum>"
url: "https://github.com/input-output-hk/atala-prism-apollo/releases/download/1.0.3/Apollo.xcframework.zip",
checksum: "89989b558887431844d5395c845a098678577b3c1dc867146ca058f0ce9e63dd"
)
]
)

0 comments on commit 3f32662

Please sign in to comment.