Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed Aug 23, 2022
1 parent a18e21d commit 649b1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModernMT.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ModernMT {
private $http;
public $memories;

public function __construct($license, $platform = 'modernmt-php', $platformVersion = '1.0.1') {
public function __construct($license, $platform = 'modernmt-php', $platformVersion = '1.0.2') {
$this->http = new HttpClient('https://api.modernmt.com', [
"MMT-ApiKey: $license",
"MMT-Platform: $platform",
Expand Down

0 comments on commit 649b1a8

Please sign in to comment.