Skip to content

Commit ebb210e

Browse files
v1.7.0
1 parent 5051e65 commit ebb210e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mirage-ai/php-mirage-api",
33
"description": "Mirage API PHP wrapper.",
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"homepage": "https://github.com/mirage-ai-com/php-mirage-api",
66
"type": "library",
77
"license": "MIT",

mirage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Mirage {
1717

1818
public function __construct($identifier, $key) {
1919
$this->_rest = new RestClient([
20-
"user_agent" => "php-mirage-api/1.6.0",
20+
"user_agent" => "php-mirage-api/1.7.0",
2121
"base_url" => $this->DEFAULT_REST_HOST.$this->DEFAULT_REST_BASE,
2222
"content_type" => "application/json",
2323

0 commit comments

Comments
 (0)