Skip to content

Commit

Permalink
Fixed: client version
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Jan 31, 2024
1 parent 97acc3e commit 402c880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Client {
public const DEFAULT_URL = 'https://sms.capcom.me/api/3rdparty/v1';
public const USER_AGENT_TEMPLATE = 'android-sms-gateway/1.0 (client; php %s)';
public const USER_AGENT_TEMPLATE = 'android-sms-gateway/1.1 (client; php %s)';

protected string $basicAuth;
protected string $baseUrl;
Expand Down

0 comments on commit 402c880

Please sign in to comment.