From c4311d0582da3ebd7fffee17a886b05317f6172d Mon Sep 17 00:00:00 2001 From: Ross Schulman Date: Fri, 1 Nov 2024 14:19:32 -0400 Subject: [PATCH] Tag 0.3.0 release --- 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 a6774135..21b22d60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mobile-sdk-rs" -version = "0.1.0" +version = "0.3.0" edition = "2021" authors = ["Spruce Systems, Inc."] license = "Apache-2.0 OR MIT" diff --git a/SpruceIDMobileSdkRs.podspec b/SpruceIDMobileSdkRs.podspec index 4b684efe..8ee47abb 100644 --- a/SpruceIDMobileSdkRs.podspec +++ b/SpruceIDMobileSdkRs.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SpruceIDMobileSdkRs" - spec.version = "0.2.2" + spec.version = "0.3.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 f4e91016..fc3156dc 100644 --- a/SpruceIDMobileSdkRsRustFramework.podspec +++ b/SpruceIDMobileSdkRsRustFramework.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SpruceIDMobileSdkRsRustFramework" - spec.version = "0.2.2" + spec.version = "0.3.0" spec.summary = "Rust-generated Framework Swift Mobile SDK." spec.description = <<-DESC Rust layer framework for the Swift Mobile SDK.