File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Add this dependency to your *pubspec.yaml*:
27
27
28
28
``` yaml
29
29
dependencies :
30
- aspose_words_cloud : 25.2 .0
30
+ aspose_words_cloud : 25.3 .0
31
31
` ` `
32
32
33
33
## Getting Started
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ class ApiClient {
518
518
}
519
519
520
520
httpRequest.headers['x-aspose-client' ] = 'dart sdk' ;
521
- httpRequest.headers['x-aspose-client-version' ] = '25.2 ' ;
521
+ httpRequest.headers['x-aspose-client-version' ] = '25.3 ' ;
522
522
httpRequest.headers['Authorization' ] = await _getAuthToken ();
523
523
httpRequest.headers.addAll (requestData.headers);
524
524
Original file line number Diff line number Diff line change 1
1
name : aspose_words_cloud
2
2
description : This package allows you to work with Aspose.Words Cloud REST APIs in your Dart applications quickly and easily, with zero initial cost.
3
- version : 25.2 .0
3
+ version : 25.3 .0
4
4
homepage : https://github.com/aspose-words-cloud/aspose-words-cloud-dart
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments