From 7203a5d9844615cadee376495b6028d36e66c6f9 Mon Sep 17 00:00:00 2001 From: Ross Schulman Date: Mon, 4 Nov 2024 11:02:38 -0500 Subject: [PATCH] Tag 0.3.1 release (#47) * Tag 0.3.1 release --- SpruceIDMobileSdk.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpruceIDMobileSdk.podspec b/SpruceIDMobileSdk.podspec index 44daebc..931e22d 100644 --- a/SpruceIDMobileSdk.podspec +++ b/SpruceIDMobileSdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SpruceIDMobileSdk" - spec.version = "0.3.0" + spec.version = "0.3.1" spec.summary = "Swift Mobile SDK." spec.description = <<-DESC SpruceID Swift Mobile SDK. @@ -20,7 +20,7 @@ Pod::Spec.new do |spec| spec.source_files = "Sources/MobileSdk/*.swift" spec.static_framework = true - spec.dependency 'SpruceIDMobileSdkRs', "~> 0.2.2" + spec.dependency 'SpruceIDMobileSdkRs', "~> 0.3.0" spec.dependency 'SwiftAlgorithms', "~> 1.0.0" spec.frameworks = 'Foundation', 'CoreBluetooth', 'CryptoKit' end