Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed Jul 12, 2023
1 parent c49db7b commit 12f474c
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 @@ -17,7 +17,7 @@ class ModernMT {

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

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

0 comments on commit 12f474c

Please sign in to comment.