Skip to content

Commit

Permalink
Update ProjectInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung authored Sep 21, 2024
1 parent f793ea2 commit c98ce84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit c98ce84

Please sign in to comment.