From dea4ee6b494961fd122c7a0883a603987990ccc3 Mon Sep 17 00:00:00 2001 From: Ross Schulman Date: Thu, 12 Dec 2024 14:45:50 -0500 Subject: [PATCH] Release 0.4.0 --- Cargo.toml | 2 +- SpruceIDMobileSdkRs.podspec | 2 +- SpruceIDMobileSdkRsRustFramework.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1462e641..0badd150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mobile-sdk-rs" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Spruce Systems, Inc."] license = "Apache-2.0 OR MIT" diff --git a/SpruceIDMobileSdkRs.podspec b/SpruceIDMobileSdkRs.podspec index 8ee47abb..a0be85c2 100644 --- a/SpruceIDMobileSdkRs.podspec +++ b/SpruceIDMobileSdkRs.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SpruceIDMobileSdkRs" - spec.version = "0.3.0" + spec.version = "0.4.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 fc3156dc..a2643f05 100644 --- a/SpruceIDMobileSdkRsRustFramework.podspec +++ b/SpruceIDMobileSdkRsRustFramework.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SpruceIDMobileSdkRsRustFramework" - spec.version = "0.3.0" + spec.version = "0.4.0" spec.summary = "Rust-generated Framework Swift Mobile SDK." spec.description = <<-DESC Rust layer framework for the Swift Mobile SDK.