Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed Nov 7, 2022
1 parent 2d98f5e commit 59d6d6a
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 @@ -12,7 +12,7 @@ class ModernMT {

public function __construct($license, $platform = null, $platformVersion = null, $apiClient = null) {
if ($platform == null) $platform = 'modernmt-php';
if ($platformVersion == null) $platformVersion = '1.0.2';
if ($platformVersion == null) $platformVersion = '1.1.0';

$headers = [
"MMT-ApiKey: $license",
Expand Down

0 comments on commit 59d6d6a

Please sign in to comment.