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*:
2727
2828``` yaml
2929dependencies :
30- aspose_words_cloud : 21.11 .0
30+ aspose_words_cloud : 21.12 .0
3131` ` `
3232
3333## Getting Started
Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ class ApiClient {
471471
472472 var httpRequest = http.Request (requestData.method, Uri .parse (requestData.url));
473473 httpRequest.headers['x-aspose-client' ] = 'dart sdk' ;
474- httpRequest.headers['x-aspose-client-version' ] = '21.11 ' ;
474+ httpRequest.headers['x-aspose-client-version' ] = '21.12 ' ;
475475 httpRequest.headers['Authorization' ] = await _getAuthToken ();
476476 if (requestData.headers != null ) {
477477 httpRequest.headers.addAll (requestData.headers);
Original file line number Diff line number Diff line change 11name : aspose_words_cloud
22description : 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 : 21.11 .0
3+ version : 21.12 .0
44homepage : https://github.com/aspose-words-cloud/aspose-words-cloud-dart
55
66environment :
You can’t perform that action at this time.
0 commit comments