Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed Mar 15, 2023
1 parent bed2c53 commit da2f413
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modernmt",
"version": "1.1.0",
"version": "1.2.0",
"description": "ModernMT API wrapper",
"author": "ModernMT <info@modernmt.com> (https://modernmt.com)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/modernmt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class ModernMT {
private batchPublicKey: jose.KeyLike | undefined;
private batchPublicKeyTimestamp: number = 0;

constructor(apiKey: string, platform = "modernmt-node", platformVersion = "1.1.0", apiClient?: number) {
constructor(apiKey: string, platform = "modernmt-node", platformVersion = "1.2.0", apiClient?: number) {
const headers: any = {
"MMT-ApiKey": apiKey,
"MMT-Platform": platform,
Expand Down

0 comments on commit da2f413

Please sign in to comment.