Skip to content

Commit 9d203f7

Browse files
committed
Update version to 25.7
1 parent 4b5e332 commit 9d203f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Dart test](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart/actions/workflows/dart.yml/badge.svg?branch=main)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart/actions/workflows/dart.yml)
44

55
- API version: 4.0
6-
- SDK version: 4.25.6
6+
- SDK version: 4.25.7
77

88
## SDK and API Version Compatibility:
99

@@ -39,7 +39,7 @@ Add this dependency to your *pubspec.yaml*:
3939

4040
```yaml
4141
dependencies:
42-
aspose_barcode_cloud: 4.25.6
42+
aspose_barcode_cloud: 4.25.7
4343
```
4444
4545
## Sample usage

lib/src/api_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import 'api_helper.dart';
1010
import 'auth/authentication.dart';
1111

1212
/// Current SDK Version
13-
const SDK_VERSION = "4.25.6";
13+
const SDK_VERSION = "4.25.7";
1414

1515
/// ApiClient is responsible for making HTTP requests to the API.
1616
class ApiClient {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aspose_barcode_cloud
22
description: This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily
3-
version: 4.25.6
3+
version: 4.25.7
44
homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart
55

66
platforms:

0 commit comments

Comments
 (0)