From f853d6a1a116f184354175779aeb3776564504c8 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Fri, 6 Dec 2024 10:21:56 -0300 Subject: [PATCH] v1.6.0 --- composer.json | 2 +- mirage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cb76087..8df373e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mirage-ai/php-mirage-api", "description": "Mirage API PHP wrapper.", - "version": "1.5.0", + "version": "1.6.0", "homepage": "https://github.com/mirage-ai-com/php-mirage-api", "type": "library", "license": "MIT", diff --git a/mirage.php b/mirage.php index 2b8c6d1..54131e8 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.5.0", + "user_agent" => "php-mirage-api/1.6.0", "base_url" => $this->DEFAULT_REST_HOST.$this->DEFAULT_REST_BASE, "content_type" => "application/json",