Skip to content

Commit

Permalink
build version 3.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsisi committed Feb 4, 2024
1 parent eb56357 commit 78a383c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Meiqia.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
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'
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ edition: m2016
在 Podfile 中加入:

```
pod 'Meiqia', '~> 3.9.13'
pod 'Meiqia', '~> 3.9.14'
```
接着安装美洽 pod 即可:

Expand Down Expand Up @@ -913,6 +913,9 @@ VoiceConvert | N/A | AMR 和 WAV 语音格式的互转;没找到出处,哪

# 十一 更新日志

**v3.9.14 2024 年 2 月 4 日**
* 优化网络判断逻辑

**v3.9.13 2024 年 2 月 2 日**
* 支持工作台控制发送图片消息按钮显示开关

Expand Down

0 comments on commit 78a383c

Please sign in to comment.