diff --git a/Package.swift b/Package.swift index 4429ece..fee256a 100644 --- a/Package.swift +++ b/Package.swift @@ -21,8 +21,8 @@ let package = Package( .binaryTarget( name: "RustFramework", url: - "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.6.0/RustFramework.xcframework.zip", - checksum: "f3a8577b25aa072512857edd1a55f36999703d7fc86ab243fb3941cd79c6225d"), + "https://github.com/spruceid/mobile-sdk-rs/releases/download/0.7.0/RustFramework.xcframework.zip", + checksum: "84d9d441b444fe6988652bba03ae020dbcd2b01a9530681721f0ab2b5c07e895"), .target( name: "SpruceIDMobileSdkRs", dependencies: [ diff --git a/SpruceIDMobileSdkRs.podspec b/SpruceIDMobileSdkRs.podspec index e884c93..73d16a5 100644 --- a/SpruceIDMobileSdkRs.podspec +++ b/SpruceIDMobileSdkRs.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SpruceIDMobileSdkRs" - spec.version = "0.6.0" + spec.version = "0.7.0" spec.summary = "Rust-generated Swift Mobile SDK." spec.description = <<-DESC Rust layer for the Swift Mobile SDK. diff --git a/SpruceIDMobileSdkRsRustFramework.podspec b/SpruceIDMobileSdkRsRustFramework.podspec index 6239311..8393c22 100644 --- a/SpruceIDMobileSdkRsRustFramework.podspec +++ b/SpruceIDMobileSdkRsRustFramework.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SpruceIDMobileSdkRsRustFramework" - spec.version = "0.6.0" + spec.version = "0.7.0" spec.summary = "Rust-generated Framework Swift Mobile SDK." spec.description = <<-DESC Rust layer framework for the Swift Mobile SDK.