From c98ce846c29b788cc528c818d1887d0ab89e40c4 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Sun, 22 Sep 2024 02:52:12 +0700 Subject: [PATCH] Update ProjectInterface.php --- src/ProjectInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ProjectInterface.php b/src/ProjectInterface.php index 123820a..fbf80a1 100644 --- a/src/ProjectInterface.php +++ b/src/ProjectInterface.php @@ -18,8 +18,8 @@ */ interface ProjectInterface { - const VERSION = '2.1.1'; - const LAST_MODIFIED = '2023-02-22'; + const VERSION = '2.1.2'; + const LAST_MODIFIED = '2024-09-22'; const DEFAULT_COUNTRY = 'VN'; const DEFAULT_LANGUAGE = 'vi'; const DEFAULT_REGION = 'VN';