Skip to content

Commit

Permalink
Update version (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankamkin committed Dec 27, 2023
1 parent 105c1f3 commit 1c3a7d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.23.12

* December 2023 release

## 0.23.11

* Added new `GS1MicroPdf417` type
Expand Down
4 changes: 2 additions & 2 deletions README.md
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: 0.23.11
- SDK version: 0.23.12

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: 0.23.11
aspose_barcode_cloud: 0.23.12
```

## Sample usage
Expand Down
2 changes: 1 addition & 1 deletion lib/src/api_client.dart
Expand Up @@ -7,7 +7,7 @@ import 'api_helper.dart';
import 'auth/authentication.dart';
import 'auth/oauth.dart';

const String SDK_VERSION = "0.23.11";
const String SDK_VERSION = "0.23.12";

class ApiClient {
late final String basePath;
Expand Down
2 changes: 1 addition & 1 deletion 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: 0.23.11
version: 0.23.12
homepage: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dart

platforms:
Expand Down

0 comments on commit 1c3a7d3

Please sign in to comment.