diff --git a/README.md b/README.md index 873eb8a..b29c382 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Aspose.BarCode Cloud SDK for PHP - API version: 3.0 -- Package version: 20.12.0 +- Package version: 21.2.0 Aspose.BarCode for Cloud is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements. diff --git a/src/Aspose/BarCode/Configuration.php b/src/Aspose/BarCode/Configuration.php index 3cc0f48..6139237 100644 --- a/src/Aspose/BarCode/Configuration.php +++ b/src/Aspose/BarCode/Configuration.php @@ -46,7 +46,7 @@ class Configuration implements JsonSerializable * * @var string */ - protected $clientVersion = '20.12.0'; + protected $clientVersion = '21.2.0'; /* * ClientId for API @@ -362,7 +362,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' OpenAPI Spec Version: 3.0' . PHP_EOL; - $report .= ' SDK Package Version: 20.12.0' . PHP_EOL; + $report .= ' SDK Package Version: 21.2.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;