From 9dbea9014242b244fba6dcedfcf6b83104f9bcc2 Mon Sep 17 00:00:00 2001 From: Loyle Date: Wed, 5 Jun 2024 17:02:01 +0900 Subject: [PATCH] docs: update podspec to version 0.5.2 --- AuthLibrary.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuthLibrary.podspec b/AuthLibrary.podspec index f27bcb7..b5e9063 100644 --- a/AuthLibrary.podspec +++ b/AuthLibrary.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "AuthLibrary" - s.version = "0.5.0" + s.version = "0.5.2" s.summary = "Auth client library for Swift command-line tools, cloud services, and apps." s.swift_version = "5.0" s.ios.deployment_target = "10.0"