Skip to content

Commit

Permalink
Update version to 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Feb 28, 2024
1 parent 90d0e36 commit 4cd85b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
- SDK version: 1.24.2

This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily

Expand Down Expand Up @@ -34,7 +34,7 @@ Add this dependency to your *pubspec.yaml*:

```yaml
dependencies:
aspose_barcode_cloud: 1.24.1
aspose_barcode_cloud: 1.24.2
```
## Sample usage
Expand Down
2 changes: 1 addition & 1 deletion lib/src/api_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import '../aspose_barcode_cloud.dart';
import 'api_helper.dart';
import 'auth/authentication.dart';

const String SDK_VERSION = "1.24.1";
const String SDK_VERSION = "1.24.2";

class ApiClient {
late final String basePath;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.1
version: 1.24.2
homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart

platforms:
Expand Down

0 comments on commit 4cd85b8

Please sign in to comment.