Skip to content

Commit

Permalink
Version of SDK updated (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankamkin authored May 28, 2024
1 parent cfa9289 commit b11f6b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 3.0
+ Package version: 24.4.0
+ Package version: 24.5.0

## Demo applications

Expand Down
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": "aspose-barcode-cloud-node",
"version": "24.4.0",
"version": "24.5.0",
"description": "Aspose.BarCode Cloud SDK for Node.js",
"homepage": "https://products.aspose.cloud/barcode/nodejs",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ let typeMap: { [index: string]: any } = {
export class BarcodeApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.4.0',
'x-aspose-client-version': '24.5.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -1472,7 +1472,7 @@ export class BarcodeApi {
export class FileApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.4.0',
'x-aspose-client-version': '24.5.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -1720,7 +1720,7 @@ export class FileApi {
export class FolderApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.4.0',
'x-aspose-client-version': '24.5.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -1942,7 +1942,7 @@ export class FolderApi {
export class StorageApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.4.0',
'x-aspose-client-version': '24.5.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down

0 comments on commit b11f6b3

Please sign in to comment.