We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814e377 commit 1fd0aa9Copy full SHA for 1fd0aa9
README.md
@@ -67,7 +67,7 @@ $unifiClient->setDebug(true);
67
// Set a custom timeout to override the default value of 10 seconds, optional
68
$unifiClient->setTimeout(5);
69
70
-// fetch and echo the version
+// Fetch and echo the version
71
echo 'UniFi Cloud API client version: ' . $unifiClient->getVersion() . PHP_EOL;
72
73
// List all hosts
src/Client/UniFiClient.php
@@ -33,7 +33,7 @@ class UniFiClient
33
/**
34
* @var string Version of the UniFi API client
35
*/
36
- private const VERSION = '1.0.0';
+ private const VERSION = '1.0.1';
37
38
39
* @var Client Guzzle HTTP client instance
0 commit comments