Compare commits

...

1 Commits

Author SHA1 Message Date
Alex 033fa42b79 Update library version 2025-09-02 21:32:26 +03:00
2 changed files with 76 additions and 68 deletions
+9 -1
View File
@@ -1,7 +1,15 @@
{ {
"name": "bushlanov-dev/max-bot-api-client-php", "name": "bushlanov-dev/max-bot-api-client-php",
"description": "Max Bot API Client library", "description": "Max Bot API Client library",
"keywords": ["max messenger", "bot", "max", "api", "max bot", "laravel", "laravel max bot"], "keywords": [
"max messenger",
"bot",
"max",
"api",
"max bot",
"laravel",
"laravel max bot"
],
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
+1 -1
View File
@@ -48,7 +48,7 @@ use RuntimeException;
*/ */
class Api class Api
{ {
public const string LIBRARY_VERSION = '1.0.1'; public const string LIBRARY_VERSION = '1.2.1';
public const string API_VERSION = '0.0.6'; public const string API_VERSION = '0.0.6';