Skip to content

Commit

Permalink
Bump version to 24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Jul 25, 2024
1 parent 3fd9063 commit efc0ba2
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.6.0
+ Package version: 24.7.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.6.0",
"version": "24.7.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.6.0',
'x-aspose-client-version': '24.7.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -1488,7 +1488,7 @@ export class BarcodeApi {
export class FileApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.6.0',
'x-aspose-client-version': '24.7.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -1756,7 +1756,7 @@ export class FileApi {
export class FolderApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.6.0',
'x-aspose-client-version': '24.7.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down Expand Up @@ -1998,7 +1998,7 @@ export class FolderApi {
export class StorageApi {
protected defaultHeaders: any = {
'x-aspose-client': 'nodejs sdk',
'x-aspose-client-version': '24.6.0',
'x-aspose-client-version': '24.7.0',
};
protected _configuration: Configuration;
private _client: HttpClient;
Expand Down

0 comments on commit efc0ba2

Please sign in to comment.