Skip to content

Commit e329a4d

Browse files
author
Vladimir Litvinchik
committed
Updated package version to 18.2.1
1 parent 68765e4 commit e329a4d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "This repository contains GroupDocs.Viewer for Cloud SDK for PHP source code.",
33
"name": "groupdocscloud/viewer-sdk-php",
4-
"version": "18.2",
4+
"version": "18.2.1",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [

src/GroupDocs/Viewer/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class Configuration
135135
* Version of client SDK
136136
*
137137
*/
138-
protected $clientVersion = '18.2';
138+
protected $clientVersion = '18.2.1';
139139

140140
/*
141141
* Constructor
@@ -522,7 +522,7 @@ public static function toDebugReport()
522522
$report = 'PHP SDK (GroupDocs\Viewer) Debug Report:' . PHP_EOL;
523523
$report .= ' OS: ' . php_uname() . PHP_EOL;
524524
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
525-
$report .= ' SDK Package Version: 18.2' . PHP_EOL;
525+
$report .= ' SDK Package Version: 18.2.1' . PHP_EOL;
526526
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
527527

528528
return $report;

0 commit comments

Comments
 (0)