diff --git a/README.md b/README.md index f8828b3..4aaa45e 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ This does not support: com.github.vertical-blank sql-formatter - 2.0.0 + 2.0.1 ``` ### Gradle ```gradle -implementation 'com.github.vertical-blank:sql-formatter:2.0.0' +implementation 'com.github.vertical-blank:sql-formatter:2.0.1' ``` ## Examples diff --git a/pom.xml b/pom.xml index 4626b1f..0b195ec 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.vertical-blank sql-formatter - 2.0.0 + 2.0.1 jar sql-formatter Simple SQL formatter without dependencies.