Skip to content

Commit b51ccf6

Browse files
committed
Release 4.1.0.
Signed-off-by: Toha <tohenk@yahoo.com>
1 parent 09bec16 commit b51ccf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"require" : {
2929
"php" : ">=7.2",
30-
"mysql-workbench-schema-exporter/mysql-workbench-schema-exporter": "^4.0"
30+
"mysql-workbench-schema-exporter/mysql-workbench-schema-exporter": "^4.1"
3131
},
3232
"autoload" : {
3333
"psr-4" : {

lib/Formatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function init()
4646

4747
public function getVersion()
4848
{
49-
return '4.0.0';
49+
return '4.1.0';
5050
}
5151

5252
public static function getDocDir()

0 commit comments

Comments
 (0)