Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit e6ed3a7

Browse files
committed
version v1.0.6
1 parent 2fcfc1a commit e6ed3a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
> Install package via [Composer](https://getcomposer.org/).
2121
2222
```shell
23-
composer require "kucoin/kumex-php-sdk:~1.0.5"
23+
composer require "kucoin/kumex-php-sdk:~1.0.6"
2424
```
2525

2626
## Usage

src/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract class Api
1616
/**
1717
* @var string SDK Version
1818
*/
19-
const VERSION = '1.0.5';
19+
const VERSION = '1.0.6';
2020

2121
/**
2222
* @var string

0 commit comments

Comments
 (0)