diff --git a/README.md b/README.md index cd1f1d5..5c9248f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node) + API version: 4.0 -+ Package version: 25.3.0 ++ Package version: 25.4.0 ## SDK and API Version Compatibility: diff --git a/package-lock.json b/package-lock.json index 632f35a..2552a99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aspose-barcode-cloud-node", - "version": "25.3.0", + "version": "25.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aspose-barcode-cloud-node", - "version": "25.3.0", + "version": "25.4.0", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", diff --git a/package.json b/package.json index 54a14e7..4197559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aspose-barcode-cloud-node", - "version": "25.3.0", + "version": "25.4.0", "description": "Aspose.BarCode Cloud SDK for Node.js", "homepage": "https://products.aspose.cloud/barcode/nodejs", "repository": { diff --git a/src/api.ts b/src/api.ts index b65f1e4..c55d8c5 100644 --- a/src/api.ts +++ b/src/api.ts @@ -203,7 +203,7 @@ let typeMap: { [index: string]: any } = { export class GenerateApi { protected defaultHeaders: any = { 'x-aspose-client': 'nodejs sdk', - 'x-aspose-client-version': '25.3.0', + 'x-aspose-client-version': '25.4.0', }; protected _configuration: Configuration; private _client: HttpClient; @@ -423,7 +423,7 @@ export class GenerateApi { export class RecognizeApi { protected defaultHeaders: any = { 'x-aspose-client': 'nodejs sdk', - 'x-aspose-client-version': '25.3.0', + 'x-aspose-client-version': '25.4.0', }; protected _configuration: Configuration; private _client: HttpClient; @@ -598,7 +598,7 @@ export class RecognizeApi { export class ScanApi { protected defaultHeaders: any = { 'x-aspose-client': 'nodejs sdk', - 'x-aspose-client-version': '25.3.0', + 'x-aspose-client-version': '25.4.0', }; protected _configuration: Configuration; private _client: HttpClient;