diff --git a/composer.json b/composer.json index 010beb1..4e72ae5 100644 --- a/composer.json +++ b/composer.json @@ -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" : { diff --git a/lib/Formatter.php b/lib/Formatter.php index adf4b1a..cddb7dc 100644 --- a/lib/Formatter.php +++ b/lib/Formatter.php @@ -46,7 +46,7 @@ protected function init() public function getVersion() { - return '4.0.0'; + return '4.1.0'; } public static function getDocDir()