From 8fd309bfa0fca22b4bdf9a42792994cb2e6e81b4 Mon Sep 17 00:00:00 2001 From: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com> Date: Fri, 24 May 2024 09:48:51 +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 e8094dd..3fe5391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.24.5 + +* May 2024 Release + ## 1.24.4 * Minimal version of Dart SDK updated from **2.12.0** to **2.17.0** diff --git a/README.md b/README.md index 07b2dea..aa84d63 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.4 +- SDK version: 1.24.5 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.4 + aspose_barcode_cloud: 1.24.5 ``` ## Sample usage diff --git a/lib/src/api_client.dart b/lib/src/api_client.dart index 547a00e..404224e 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.4"; +const SDK_VERSION = "1.24.5"; /// ApiClient is responsible for making HTTP requests to the API. class ApiClient { diff --git a/pubspec.yaml b/pubspec.yaml index 3a90c44..1533d6e 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.4 +version: 1.24.5 homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart platforms: