Skip to content

Commit efaf2c9

Browse files
committed
Travis update: Jan 2023 (Build 711)
[skip ci]
1 parent 0183aca commit efaf2c9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Messente API Library
22

33
- Messente API version: 2.0.0
4-
- PHP artifact version: 2.0.0
4+
- PHP artifact version: 2.0.1
55

66
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
77

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "messente/messente-api-php",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.",
55
"keywords": ["viber", "telegram", "sms", "whatsapp", "phonebook", "openapitools",
66
"openapi-generator",

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Configuration
9191
*
9292
* @var string
9393
*/
94-
protected $userAgent = 'OpenAPI-Generator/2.0.0/PHP';
94+
protected $userAgent = 'OpenAPI-Generator/2.0.1/PHP';
9595

9696
/**
9797
* Debug switch (default set to false)
@@ -400,7 +400,7 @@ public static function toDebugReport()
400400
$report .= ' OS: ' . php_uname() . PHP_EOL;
401401
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
402402
$report .= ' The version of the OpenAPI document: 2.0.0' . PHP_EOL;
403-
$report .= ' SDK Package Version: 2.0.0' . PHP_EOL;
403+
$report .= ' SDK Package Version: 2.0.1' . PHP_EOL;
404404
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
405405

406406
return $report;

0 commit comments

Comments
 (0)