diff --git a/Cargo.toml b/Cargo.toml index 1462e64..0badd15 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 8ee47ab..a0be85c 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 fc3156d..a2643f0 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.