Skip to content

Commit

Permalink
Version of SDK updated (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankamkin authored May 28, 2024
1 parent 5d8665e commit cedb44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Supported PHP Versions](https://img.shields.io/packagist/dependency-v/aspose/barcode-cloud-php/php)](https://packagist.org/packages/aspose/barcode-cloud-php)

- API version: 3.0
- Package version: 24.4.0
- Package version: 24.5.0
- Supported PHP versions: ">=7.4 || >=8.0"

## Demo applications
Expand Down
2 changes: 1 addition & 1 deletion src/Aspose/BarCode/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Configuration implements JsonSerializable
*
* @var string
*/
protected $clientVersion = '24.4.0';
protected $clientVersion = '24.5.0';

/**
* ClientId for API
Expand Down

0 comments on commit cedb44b

Please sign in to comment.