Skip to content

Commit

Permalink
Release 0.0.28-alpha+3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 11, 2024
1 parent c6f45c5 commit 7e6c876
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [ ],
targets: [
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/wallet-sdk-rs/releases/download/0.0.28-alpha+2/RustFramework.xcframework.zip", checksum: "1a8d535e7507eec014c9440be09fa6747d95840e2c6bcc74425bf2a04d6c45f9"),
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/wallet-sdk-rs/releases/download/0.0.28-alpha+3/RustFramework.xcframework.zip", checksum: "b4c4cc3e6f8431587132f98901fcd49e0f94732483e68921cd126dda23e6345a"),
.target(
name: "SpruceIDWalletSdkRs",
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDWalletSdkRs.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDWalletSdkRs"
spec.version = "0.0.28-alpha+2-alpha+1-alpha+1"
spec.version = "0.0.28-alpha+3-alpha+2-alpha+1-alpha+1"
spec.summary = "Rust-generated Swift Wallet SDK."
spec.description = <<-DESC
Rust layer for the Swift Wallet SDK.
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDWalletSdkRsRustFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDWalletSdkRsRustFramework"
spec.version = "0.0.28-alpha+2-alpha+1-alpha+1"
spec.version = "0.0.28-alpha+3-alpha+2-alpha+1-alpha+1"
spec.summary = "Rust-generated Framework Swift Wallet SDK."
spec.description = <<-DESC
Rust layer framework for the Swift Wallet SDK.
Expand Down

0 comments on commit 7e6c876

Please sign in to comment.