From ceba3296f6700282aabbaaec580a2b0404b3ce23 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Tue, 19 Dec 2023 09:24:11 -0600 Subject: [PATCH] v1.4.0 --- composer.json | 2 +- mirage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c551d5f..1dd2245 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.1", + "version": "1.4.0", "homepage": "https://github.com/mirage-ai-com/php-mirage-api", "type": "library", "license": "MIT", diff --git a/mirage.php b/mirage.php index 1f5cd92..e38edcf 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.1", + "user_agent" => "php-mirage-api/1.4.0", "base_url" => $this->DEFAULT_REST_HOST.$this->DEFAULT_REST_BASE, "content_type" => "application/json",