From c8660d4fec0e0fcb62f29ed2924f6ff9aef12081 Mon Sep 17 00:00:00 2001 From: nguyenanhung Date: Sun, 22 Sep 2024 03:22:25 +0700 Subject: [PATCH] Release version 1.6.8 --- README.md | 2 ++ src/BaseHelper.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3c09ce..be205f3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Latest Stable Version](https://img.shields.io/packagist/v/nguyenanhung/codeigniter-basic-helper.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/codeigniter-basic-helper) [![Total Downloads](https://img.shields.io/packagist/dt/nguyenanhung/codeigniter-basic-helper.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/codeigniter-basic-helper) +[![Daily Downloads](https://img.shields.io/packagist/dd/nguyenanhung/codeigniter-basic-helper.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/codeigniter-basic-helper) +[![Monthly Downloads](https://img.shields.io/packagist/dm/nguyenanhung/codeigniter-basic-helper.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/codeigniter-basic-helper) [![License](https://img.shields.io/packagist/l/nguyenanhung/codeigniter-basic-helper.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/codeigniter-basic-helper) [![PHP Version Require](https://img.shields.io/packagist/dependency-v/nguyenanhung/codeigniter-basic-helper/php)](https://packagist.org/packages/nguyenanhung/codeigniter-basic-helper) diff --git a/src/BaseHelper.php b/src/BaseHelper.php index 4d3b73b..a0e939d 100644 --- a/src/BaseHelper.php +++ b/src/BaseHelper.php @@ -19,7 +19,7 @@ */ class BaseHelper { - const VERSION = '1.6.7'; + const VERSION = '1.6.8'; const LAST_MODIFIED = '2024-09-22'; const PROJECT_NAME = 'CodeIgniter - Basic Helper'; const AUTHOR_NAME = 'Hung Nguyen';