From 55fd6a31e82073d403a9c8e857b9820f3b61ca16 Mon Sep 17 00:00:00 2001 From: dongjoocha Date: Thu, 25 Apr 2024 21:26:00 +0900 Subject: [PATCH] [chore] Update SDK version 0.2.3 -> 0.3.0 --- zaiclient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaiclient.podspec b/zaiclient.podspec index e19b53d..6c9dce3 100644 --- a/zaiclient.podspec +++ b/zaiclient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'zaiclient' - s.version = '0.2.3' + s.version = '0.3.0' s.summary = 'REST client SDK that allows you to easily use Z.Ai API in Swift environment.' s.homepage = 'https://github.com/zaikorea/zaiclient-swift'