From 78a383cba33aa000d73e7589a265b205c2fdb896 Mon Sep 17 00:00:00 2001 From: yangsisi Date: Sun, 4 Feb 2024 17:53:27 +0800 Subject: [PATCH] build version 3.9.14 --- Meiqia.podspec | 4 ++-- README.md | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Meiqia.podspec b/Meiqia.podspec index 08023c2..911fd71 100644 --- a/Meiqia.podspec +++ b/Meiqia.podspec @@ -9,14 +9,14 @@ Pod::Spec.new do |s| s.name = "Meiqia" - s.version = "3.9.13" + s.version = "3.9.14" s.summary = "美洽官方 SDK for iOS" s.description = "美洽官方的 iOS SDK" s.homepage = "https://github.com/Meiqia/MeiqiaSDK-iOS" s.license = 'MIT' s.author = { "CassieSisi" => "1317647669@qq.com" } - s.source = { :git => "https://github.com/Meiqia/MeiqiaSDK-iOS.git", :tag => "v3.9.13" } + s.source = { :git => "https://github.com/Meiqia/MeiqiaSDK-iOS.git", :tag => "v3.9.14" } s.social_media_url = "https://meiqia.com" s.documentation_url = "https://github.com/Meiqia/MeiqiaSDK-iOS/wiki" s.platform = :ios, '8.0' diff --git a/README.md b/README.md index b16660e..5f0d7e0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ edition: m2016 在 Podfile 中加入: ``` -pod 'Meiqia', '~> 3.9.13' +pod 'Meiqia', '~> 3.9.14' ``` 接着安装美洽 pod 即可: @@ -913,6 +913,9 @@ VoiceConvert | N/A | AMR 和 WAV 语音格式的互转;没找到出处,哪 # 十一 更新日志 +**v3.9.14 2024 年 2 月 4 日** +* 优化网络判断逻辑 + **v3.9.13 2024 年 2 月 2 日** * 支持工作台控制发送图片消息按钮显示开关