diff --git a/CHANGELOG.md b/CHANGELOG.md index f53b0d0..a6fd3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 4.25.6 + +* June 2025 Release + ## 4.25.5 * May 2025 Release diff --git a/README.md b/README.md index 25a0ace..61d2edc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![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) - API version: 4.0 -- SDK version: 4.25.5 +- SDK version: 4.25.6 ## SDK and API Version Compatibility: @@ -39,7 +39,7 @@ Add this dependency to your *pubspec.yaml*: ```yaml dependencies: - aspose_barcode_cloud: 4.25.5 + aspose_barcode_cloud: 4.25.6 ``` ## Sample usage diff --git a/lib/src/api_client.dart b/lib/src/api_client.dart index 5c84dd1..dfa9372 100644 --- a/lib/src/api_client.dart +++ b/lib/src/api_client.dart @@ -10,7 +10,7 @@ import 'api_helper.dart'; import 'auth/authentication.dart'; /// Current SDK Version -const SDK_VERSION = "4.25.5"; +const SDK_VERSION = "4.25.6"; /// ApiClient is responsible for making HTTP requests to the API. class ApiClient { diff --git a/pubspec.yaml b/pubspec.yaml index aac1a92..64f554c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: aspose_barcode_cloud description: This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily -version: 4.25.5 +version: 4.25.6 homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart platforms: