feat(README): update release iOS

xiaoyi 2021-06-15 10:48:51 +08:00
parent 932a87da99
commit 33b09337dc
4 changed files with 5 additions and 3 deletions

View File

@ -5,6 +5,7 @@
### Optimization and fixed bugs
- 优化多语言相关
- 修复 JSON 解析错误
## 2.1.3

View File

@ -9,8 +9,8 @@
#import <TapCommonSDK/TDSAccount.h>
#define TapCommonSDK @"TapCommon"
#define TapCommonSDK_VERSION_NUMBER @"20104002"
#define TapCommonSDK_VERSION @"2.1.4"
#define TapCommonSDK_VERSION_NUMBER @"20103001"
#define TapCommonSDK_VERSION @"2.1.3"
NS_ASSUME_NONNULL_BEGIN
typedef NSString *TDSLanguage NS_STRING_ENUM;

View File

@ -1,3 +1,4 @@
### Optimization and fixed bugs
- 优化多语言相关
- 修复 JSON 解析错误