feat(README): update release iOS
parent
932a87da99
commit
33b09337dc
|
@ -5,6 +5,7 @@
|
||||||
### Optimization and fixed bugs
|
### Optimization and fixed bugs
|
||||||
|
|
||||||
- 优化多语言相关
|
- 优化多语言相关
|
||||||
|
- 修复 JSON 解析错误
|
||||||
|
|
||||||
## 2.1.3
|
## 2.1.3
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
#import <TapCommonSDK/TDSAccount.h>
|
#import <TapCommonSDK/TDSAccount.h>
|
||||||
|
|
||||||
#define TapCommonSDK @"TapCommon"
|
#define TapCommonSDK @"TapCommon"
|
||||||
#define TapCommonSDK_VERSION_NUMBER @"20104002"
|
#define TapCommonSDK_VERSION_NUMBER @"20103001"
|
||||||
#define TapCommonSDK_VERSION @"2.1.4"
|
#define TapCommonSDK_VERSION @"2.1.3"
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
typedef NSString *TDSLanguage NS_STRING_ENUM;
|
typedef NSString *TDSLanguage NS_STRING_ENUM;
|
||||||
|
|
Binary file not shown.
|
@ -1,3 +1,4 @@
|
||||||
### Optimization and fixed bugs
|
### Optimization and fixed bugs
|
||||||
|
|
||||||
- 优化多语言相关
|
- 优化多语言相关
|
||||||
|
- 修复 JSON 解析错误
|
Loading…
Reference in New Issue