From 57d0bf90db2cd0f740726646569c614f352d7d29 Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:11:36 +0200 Subject: [PATCH] update podspec --- CustomAuth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomAuth.podspec b/CustomAuth.podspec index 023db6e..45ae964 100644 --- a/CustomAuth.podspec +++ b/CustomAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomAuth" - spec.version = "10.0.1" + spec.version = "10.0.2" spec.platform = :ios, "13.0" spec.summary = "Swift SDK that allows applications to directly interact with the Torus Network, similar to how Torus Wallet does." spec.homepage = "https://github.com/torusresearch/customauth-swift-sdk"