Skip to content

Commit 4f480e7

Browse files
committed
docs: Add missing version update in package.json
1 parent b04123f commit 4f480e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deepl-node",
33
"description": "deepl-node is the official DeepL Node.js client library",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"author": "DeepL SE <[email protected]> (https://www.deepl.com)",
66
"license": "MIT",
77
"repository": {

src/translator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ export class Translator {
673673
sendPlatformInfo: boolean,
674674
appInfo: AppInfo | undefined,
675675
): string {
676-
let libraryInfoString = 'deepl-node/1.15.0';
676+
let libraryInfoString = 'deepl-node/1.16.0';
677677
if (sendPlatformInfo) {
678678
const systemType = os.type();
679679
const systemVersion = os.version();

0 commit comments

Comments
 (0)