Skip to content

Commit 1fd0aa9

Browse files
committed
bumped version to 1.0.1
1 parent 814e377 commit 1fd0aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $unifiClient->setDebug(true);
6767
// Set a custom timeout to override the default value of 10 seconds, optional
6868
$unifiClient->setTimeout(5);
6969

70-
// fetch and echo the version
70+
// Fetch and echo the version
7171
echo 'UniFi Cloud API client version: ' . $unifiClient->getVersion() . PHP_EOL;
7272

7373
// List all hosts

src/Client/UniFiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class UniFiClient
3333
/**
3434
* @var string Version of the UniFi API client
3535
*/
36-
private const VERSION = '1.0.0';
36+
private const VERSION = '1.0.1';
3737

3838
/**
3939
* @var Client Guzzle HTTP client instance

0 commit comments

Comments
 (0)