Skip to content

Commit 7f7a535

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents bb72dd8 + 3eedf5b commit 7f7a535

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add this dependency to your *pubspec.yaml*:
2727

2828
```yaml
2929
dependencies:
30-
aspose_words_cloud: 21.8.0
30+
aspose_words_cloud: 21.9.0
3131
```
3232
3333
## Getting Started

lib/src/api_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class ApiClient {
433433

434434
var httpRequest = http.Request(requestData.method, Uri.parse(requestData.url));
435435
httpRequest.headers['x-aspose-client'] = 'dart sdk';
436-
httpRequest.headers['x-aspose-client-version'] = '21.8';
436+
httpRequest.headers['x-aspose-client-version'] = '21.9';
437437
httpRequest.headers['Authorization'] = await _getAuthToken();
438438
if (requestData.headers != null) {
439439
httpRequest.headers.addAll(requestData.headers);

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aspose_words_cloud
22
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: 21.8.0
3+
version: 21.9.0
44
homepage: https://github.com/aspose-words-cloud/aspose-words-cloud-dart
55

66
environment:

0 commit comments

Comments
 (0)