From 0ebf86fa7632a5b295cabaef4bf2ea06e39abfef Mon Sep 17 00:00:00 2001 From: Denis Averin <59285247+Denis-Averin@users.noreply.github.com> Date: Wed, 3 Feb 2021 17:24:51 +0700 Subject: [PATCH] Version 21.2.0 (#11) --- README.md | 2 +- src/Aspose/BarCode/Configuration.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;