Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
dynabic-billing-team committed Aug 10, 2022
2 parents 0263c1c + d0b8fb9 commit 0629093
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add this dependency to your *pubspec.yaml*:

```yaml
dependencies:
aspose_words_cloud: 22.7.0
aspose_words_cloud: 22.8.0
```
## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion lib/src/api_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ class ApiClient {

var httpRequest = http.Request(requestData.method, Uri.parse(requestData.url));
httpRequest.headers['x-aspose-client'] = 'dart sdk';
httpRequest.headers['x-aspose-client-version'] = '22.7';
httpRequest.headers['x-aspose-client-version'] = '22.8';
httpRequest.headers['Authorization'] = await _getAuthToken();
if (requestData.headers != null) {
httpRequest.headers.addAll(requestData.headers);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aspose_words_cloud
description: This package allows you to work with Aspose.Words Cloud REST APIs in your Dart applications quickly and easily, with zero initial cost.
version: 22.7.0
version: 22.8.0
homepage: https://github.com/aspose-words-cloud/aspose-words-cloud-dart

environment:
Expand Down

0 comments on commit 0629093

Please sign in to comment.