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