Skip to content

Commit

Permalink
Merge pull request #31 from nguyenanhung/v3.x
Browse files Browse the repository at this point in the history
V3.x
  • Loading branch information
nguyenanhung authored Sep 21, 2024
2 parents 9bde681 + b12f244 commit fc6d3d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Monitor Project

[![Latest Stable Version](http://poser.pugx.org/nguyenanhung/monitor/v)](https://packagist.org/packages/nguyenanhung/monitor) [![Total Downloads](http://poser.pugx.org/nguyenanhung/monitor/downloads)](https://packagist.org/packages/nguyenanhung/monitor) [![Latest Unstable Version](http://poser.pugx.org/nguyenanhung/monitor/v/unstable)](https://packagist.org/packages/nguyenanhung/monitor) [![License](http://poser.pugx.org/nguyenanhung/monitor/license)](https://packagist.org/packages/nguyenanhung/monitor) [![PHP Version Require](http://poser.pugx.org/nguyenanhung/monitor/require/php)](https://packagist.org/packages/nguyenanhung/monitor)
[![Latest Stable Version](https://img.shields.io/packagist/v/nguyenanhung/monitor.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/monitor)
[![Total Downloads](https://img.shields.io/packagist/dt/nguyenanhung/monitor.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/monitor)
[![Daily Downloads](https://img.shields.io/packagist/dd/nguyenanhung/monitor.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/monitor)
[![Monthly Downloads](https://img.shields.io/packagist/dm/nguyenanhung/monitor.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/monitor)
[![License](https://img.shields.io/packagist/l/nguyenanhung/monitor.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/monitor)
[![PHP Version Require](https://img.shields.io/packagist/dependency-v/nguyenanhung/monitor/php)](https://packagist.org/packages/nguyenanhung/monitor)

## Version

Expand Down
4 changes: 2 additions & 2 deletions src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
*/
interface ProjectInterface
{
const VERSION = '3.0.8';
const LAST_MODIFIED = '2022-08-15';
const VERSION = '3.0.9';
const LAST_MODIFIED = '2024-09-22';
const AUTHOR_NAME = 'Hung Nguyen';
const AUTHOR_EMAIL = 'dev@nguyenanhung.com';
const PROJECT_NAME = 'Monitor Connector';
Expand Down

0 comments on commit fc6d3d8

Please sign in to comment.