Skip to content

Commit

Permalink
Pump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minchao committed Jan 26, 2018
1 parent 4390184 commit b0f5c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Every8d/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
class Client
{
const LIBRARY_VERSION = '0.0.1';
const LIBRARY_VERSION = '0.1.0';

const DEFAULT_BASE_URL = 'https://oms.every8d.com/';

Expand Down Expand Up @@ -91,7 +91,7 @@ public function __construct(
$this->setBaseURL(self::DEFAULT_BASE_URL);
$this->api = new Api($this);
}

public function __call(string $method, array $arguments)
{
if (!method_exists($this->api, $method)) {
Expand Down

0 comments on commit b0f5c22

Please sign in to comment.