Skip to content

Commit

Permalink
Release version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Feb 14, 2023
1 parent f13e85d commit 6acbce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": ">=5.6",
"ext-json": "*",
"ext-mysqli": "*",
"bear8421/php-mysql-database-class-updated": "dev-master"
"bear8421/php-mysql-database-class-updated": "^3.0"
},
"require-dev": {
"nguyenanhung/my-debug": "^2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/MySQLiBaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MySQLiBaseModel
{
use Support;

const VERSION = '2.1.0';
const VERSION = '2.1.1';
const LAST_MODIFIED = '2023-02-14';
const AUTHOR_NAME = 'Hung Nguyen';
const AUTHOR_EMAIL = '[email protected]';
Expand Down

0 comments on commit 6acbce9

Please sign in to comment.