Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PLaRoche committed Dec 6, 2017
1 parent 392d5d7 commit 96943bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class API
{
static $URL = 'https://api.marketplace.manifold.co/v1/';
static $VERSION = '0.1.1';
static $VERSION = '0.1.2';

public function __construct($token){
$this->token = $token;
Expand Down

0 comments on commit 96943bb

Please sign in to comment.