From 4040ec6cfb1f80c83b4094fe1137ae88309233b8 Mon Sep 17 00:00:00 2001 From: Nick Tsai Date: Mon, 26 Feb 2024 12:39:25 +0800 Subject: [PATCH] Release version 1.2.0 --- src/Client.php | 2 +- src/Service.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Client.php b/src/Client.php index cedfc25..c5b94cb 100644 --- a/src/Client.php +++ b/src/Client.php @@ -9,7 +9,7 @@ * Google Maps PHP Client * * @author Nick Tsai - * @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=[]) diff --git a/src/Service.php b/src/Service.php index b24fe50..63c4ac7 100644 --- a/src/Service.php +++ b/src/Service.php @@ -6,7 +6,7 @@ * Google Maps Abstract Service * * @author Nick Tsai - * @since 1.1.0 + * @since 1.2.0 */ abstract class Service {