Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yidas committed Feb 26, 2024
1 parent c7fa7df commit 4040ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Google Maps PHP Client
*
* @author Nick Tsai <[email protected]>
* @version 1.1.0
* @version 1.2.0
*
* @method array directions(string $origin, string $destination, array $params=[])
* @method array distanceMatrix(string $origin, string $destination, array $params=[])
Expand Down
2 changes: 1 addition & 1 deletion src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Google Maps Abstract Service
*
* @author Nick Tsai <[email protected]>
* @since 1.1.0
* @since 1.2.0
*/
abstract class Service
{
Expand Down

0 comments on commit 4040ec6

Please sign in to comment.