Skip to content

Commit

Permalink
Merge pull request #37 from nguyenanhung/v3.x
Browse files Browse the repository at this point in the history
Update README at v3.x
  • Loading branch information
nguyenanhung authored Feb 9, 2023
2 parents 4cacc1e + a0d8f56 commit 2f40a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Các helper hỗ trợ trong xây dựng các dự án sử dụng PHP. Đầy

## Version

- [x] V1.x, V1.x support all PHP version `>=5.6`
- [x] V1.x, V2.x support all PHP version `>=5.6`
- [x] V3.x support all PHP version `>=7.0`

### JSON Helper
Expand Down
2 changes: 1 addition & 1 deletion src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
interface ProjectInterface
{
const VERSION = '3.1.0';
const VERSION = '3.1.1';
const LAST_MODIFIED = '2023-02-10';
const AUTHOR_NAME = 'Hung Nguyen';
const AUTHOR_EMAIL = '[email protected]';
Expand Down

0 comments on commit 2f40a12

Please sign in to comment.