Skip to content

Commit

Permalink
Release 4.1.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Toha <tohenk@yahoo.com>
  • Loading branch information
tohenk committed Sep 25, 2024
1 parent 09bec16 commit b51ccf6
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 @@ -27,7 +27,7 @@
],
"require" : {
"php" : ">=7.2",
"mysql-workbench-schema-exporter/mysql-workbench-schema-exporter": "^4.0"
"mysql-workbench-schema-exporter/mysql-workbench-schema-exporter": "^4.1"
},
"autoload" : {
"psr-4" : {
Expand Down
2 changes: 1 addition & 1 deletion lib/Formatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function init()

public function getVersion()
{
return '4.0.0';
return '4.1.0';
}

public static function getDocDir()
Expand Down

0 comments on commit b51ccf6

Please sign in to comment.