Skip to content

Commit

Permalink
Release v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Feb 3, 2023
1 parent f56348f commit ada7d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@
"nguyenanhung\\Classes\\Helper\\": "src/"
},
"files": [
"helpers/common_helper.php",
"helpers/email_helper.php",
"helpers/copyright_helper.php"
"helpers/common_helper.php"
]
}
}
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.0.8.9';
const VERSION = '3.0.9';
const LAST_MODIFIED = '2023-02-03';
const AUTHOR_NAME = 'Hung Nguyen';
const AUTHOR_EMAIL = '[email protected]';
Expand Down

0 comments on commit ada7d11

Please sign in to comment.