Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 30, 2023
1 parent 26eb7e1 commit 12e8f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion mirage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit 12e8f53

Please sign in to comment.