Skip to content

Commit

Permalink
Update escape
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung committed Jan 19, 2025
1 parent 5a741c7 commit 0fe1fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Light, Simple and Small Escape Helper: HTML, CSS, JS ...

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

## Contact & Support

Expand Down
2 changes: 1 addition & 1 deletion src/Escape.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
class Escape
{
const VERSION = '1.1.3';
const VERSION = '1.1.4';

/**
* Character set
Expand Down

0 comments on commit 0fe1fb4

Please sign in to comment.