diff --git a/composer.json b/composer.json index c3f5f34..c551d5f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mirage-ai/php-mirage-api", "description": "Mirage API PHP wrapper.", - "version": "1.3.0", + "version": "1.3.1", "homepage": "https://github.com/mirage-ai-com/php-mirage-api", "type": "library", "license": "MIT", diff --git a/mirage.php b/mirage.php index 9461e7b..1f5cd92 100644 --- a/mirage.php +++ b/mirage.php @@ -17,7 +17,7 @@ class Mirage { public function __construct($identifier, $key) { $this->_rest = new RestClient([ - "user_agent" => "php-mirage-api/1.3.0", + "user_agent" => "php-mirage-api/1.3.1", "base_url" => $this->DEFAULT_REST_HOST.$this->DEFAULT_REST_BASE, "content_type" => "application/json",