From a036e1e11b8da6001e615177d2b8455eec06a519 Mon Sep 17 00:00:00 2001 From: nguyenanhung Date: Sun, 12 Feb 2023 15:18:53 +0700 Subject: [PATCH] Upgrade version 3.1.2 --- composer.json | 1 + src/ProjectInterface.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3512393..2a4eb89 100755 --- a/composer.json +++ b/composer.json @@ -43,6 +43,7 @@ "nguyenanhung/slug-helper": "^2.0 || ^1.0", "nguyenanhung/string-helper": "^2.0 || ^1.0", "nguyenanhung/simple-curl-request-helper": "^2.0 || ^1.0", + "nguyenanhung/tracking-tag-helper": "^2.0 || ^1.0", "nguyenanhung/text-helper": "^2.0 || ^1.0", "nguyenanhung/uri-helper": "^2.0 || ^1.0", "nguyenanhung/uuid-helper": "^2.0 || ^1.0", diff --git a/src/ProjectInterface.php b/src/ProjectInterface.php index d96990b..7f2ad94 100644 --- a/src/ProjectInterface.php +++ b/src/ProjectInterface.php @@ -19,8 +19,8 @@ */ interface ProjectInterface { - const VERSION = '3.1.1'; - const LAST_MODIFIED = '2023-02-10'; + const VERSION = '3.1.2'; + const LAST_MODIFIED = '2023-02-12'; const AUTHOR_NAME = 'Hung Nguyen'; const AUTHOR_EMAIL = 'dev@nguyenanhung.com'; const AUTHOR_URL = 'https://nguyenanhung.com';