Skip to content

Commit

Permalink
Chore: Bump Version(v1.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphin committed Aug 24, 2023
1 parent 013ef01 commit 1ec8d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HUPUN-API-PHP-SDK-20230820
# HUPUN-API-PHP-SDK-20230822
用于对接万里牛 ERP 开放接口的 PHP SDK (B2C 接口 和 OPEN 接口通用)
## 安装方法
```shell
Expand Down
2 changes: 1 addition & 1 deletion src/HupunClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class HupunClient

protected $apiVersion = 'v1';

protected $sdkVersion = 'HUPUN-API-PHP-SDK-20230820';
protected $sdkVersion = 'HUPUN-API-PHP-SDK-20230822';

public function __construct($appKey = '', $secretKey = '', $options = [])
{
Expand Down

0 comments on commit 1ec8d15

Please sign in to comment.