From f4a0f77253204984b3a30ce3c93995a800356554 Mon Sep 17 00:00:00 2001 From: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com> Date: Thu, 24 Oct 2024 16:57:35 +0500 Subject: [PATCH] Version of SDK 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 2e618af..b1e6f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.24.10 + +* October 2024 Release + ## 1.24.9 * Update documentation diff --git a/README.md b/README.md index 5d27ccf..b0c509e 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: 3.0 -- SDK version: 1.24.9 +- SDK version: 1.24.10 This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily @@ -34,7 +34,7 @@ Add this dependency to your *pubspec.yaml*: ```yaml dependencies: - aspose_barcode_cloud: 1.24.9 + aspose_barcode_cloud: 1.24.10 ``` ## Sample usage diff --git a/lib/src/api_client.dart b/lib/src/api_client.dart index 7fe2c87..68c0347 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 = "1.24.9"; +const SDK_VERSION = "1.24.10"; /// ApiClient is responsible for making HTTP requests to the API. class ApiClient { diff --git a/pubspec.yaml b/pubspec.yaml index b97ab6e..5b3bb7c 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: 1.24.9 +version: 1.24.10 homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart platforms: