diff --git a/README.md b/README.md index 5ab1fd2..a7df45d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -[![Latest Stable Version](http://poser.pugx.org/nguyenanhung/database/v)](https://packagist.org/packages/nguyenanhung/database) [![Total Downloads](http://poser.pugx.org/nguyenanhung/database/downloads)](https://packagist.org/packages/nguyenanhung/database) [![Latest Unstable Version](http://poser.pugx.org/nguyenanhung/database/v/unstable)](https://packagist.org/packages/nguyenanhung/database) [![License](http://poser.pugx.org/nguyenanhung/database/license)](https://packagist.org/packages/nguyenanhung/database) [![PHP Version Require](http://poser.pugx.org/nguyenanhung/database/require/php)](https://packagist.org/packages/nguyenanhung/database) +[![Latest Stable Version](https://img.shields.io/packagist/v/nguyenanhung/database.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/database) +[![Total Downloads](https://img.shields.io/packagist/dt/nguyenanhung/database.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/database) +[![Daily Downloads](https://img.shields.io/packagist/dd/nguyenanhung/database.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/database) +[![Monthly Downloads](https://img.shields.io/packagist/dm/nguyenanhung/database.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/database) +[![License](https://img.shields.io/packagist/l/nguyenanhung/database.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/database) +[![PHP Version Require](https://img.shields.io/packagist/dependency-v/nguyenanhung/database/php)](https://packagist.org/packages/nguyenanhung/database) # Database @@ -22,4 +27,4 @@ If any question & request, please contact following information |-------------|----------------------|------------------|---------------| | Hung Nguyen | dev@nguyenanhung.com | nguyenanhung5891 | @nguyenanhung | -From Vietnam with Love <3 \ No newline at end of file +From Vietnam with Love <3 diff --git a/src/Environment.php b/src/Environment.php index 7f89e91..8bf03da 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -19,8 +19,8 @@ interface Environment { const PROJECT_NAME = 'My Database Packages by HungNG'; - const VERSION = '2.2.4'; - const LAST_MODIFIED = '2024-09-12'; + const VERSION = '2.2.5'; + const LAST_MODIFIED = '2024-09-22'; const AUTHOR_NAME = 'Hung Nguyen'; const AUTHOR_EMAIL = 'dev@nguyenanhung.com'; const AUTHOR_URL = 'https://nguyenanhung.com';