From afe6e836529d5536087e327df52787c75ea217bf Mon Sep 17 00:00:00 2001 From: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com> Date: Tue, 22 Apr 2025 15:44:50 +0500 Subject: [PATCH] Version updated --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- lib/src/api_client.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df1e50c..9ee642f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 4.25.4 + +* April 2025 Release + ## 4.25.3 * March 2025 Release diff --git a/README.md b/README.md index 9f1540e..ffaf2d4 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.3 +- SDK version: 4.25.4 ## SDK and API Version Compatibility: @@ -39,7 +39,7 @@ Add this dependency to your *pubspec.yaml*: ```yaml dependencies: - aspose_barcode_cloud: 4.25.3 + aspose_barcode_cloud: 4.25.4 ``` ## Sample usage diff --git a/lib/src/api_client.dart b/lib/src/api_client.dart index acf97e0..36687d8 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.3"; +const SDK_VERSION = "4.25.4"; /// ApiClient is responsible for making HTTP requests to the API. class ApiClient { diff --git a/pubspec.yaml b/pubspec.yaml index 995c439..0ed0a6d 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.3 +version: 4.25.4 homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart platforms: