diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ab523..df1e50c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 4.25.3 + +* March 2025 Release + ## 4.25.2 * February 2025 Release diff --git a/Code39.jpeg b/Code39.jpeg index 353937f..9c556c4 100644 Binary files a/Code39.jpeg and b/Code39.jpeg differ diff --git a/README.md b/README.md index 02cb52a..9f1540e 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.2 +- SDK version: 4.25.3 ## SDK and API Version Compatibility: @@ -39,7 +39,7 @@ Add this dependency to your *pubspec.yaml*: ```yaml dependencies: - aspose_barcode_cloud: 4.25.2 + aspose_barcode_cloud: 4.25.3 ``` ## Sample usage diff --git a/lib/src/api_client.dart b/lib/src/api_client.dart index 57cff6e..acf97e0 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.2"; +const SDK_VERSION = "4.25.3"; /// ApiClient is responsible for making HTTP requests to the API. class ApiClient { diff --git a/pubspec.yaml b/pubspec.yaml index 64fb968..995c439 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.2 +version: 4.25.3 homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart platforms: