Skip to content

Commit

Permalink
Release 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 1, 2024
1 parent 64c7fbe commit e3ed692
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/mobile-sdk-rs/releases/download/0.0.25/RustFramework.xcframework.zip", checksum: "b4e257d184ec3d75e3a3238ed3173d41b7ed9af1408689028b3833f3433c4801"),
.binaryTarget(name: "RustFramework", url: "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.0.26/RustFramework.xcframework.zip", checksum: "f4f0d3be5b14ef8aafdc14e08b54d58bdffcd457afe56a27697d1a47a1b76a4e"),
.target(
name: "SpruceIDMobileSdkRs",
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDMobileSdkRs.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDMobileSdkRs"
spec.version = "0.0.25"
spec.version = "0.0.26"
spec.summary = "Rust-generated Swift Mobile SDK."
spec.description = <<-DESC
Rust layer for the Swift Mobile SDK.
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDMobileSdkRsRustFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDMobileSdkRsRustFramework"
spec.version = "0.0.25"
spec.version = "0.0.26"
spec.summary = "Rust-generated Framework Swift Mobile SDK."
spec.description = <<-DESC
Rust layer framework for the Swift Mobile SDK.
Expand Down

0 comments on commit e3ed692

Please sign in to comment.