diff --git a/README.md b/README.md index 7cff346..a4f90eb 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ This does not support: com.github.vertical-blank sql-formatter - 2.0.4 + 2.0.5 ``` ### Gradle ```gradle -implementation 'com.github.vertical-blank:sql-formatter:2.0.4' +implementation 'com.github.vertical-blank:sql-formatter:2.0.5' ``` ## Examples diff --git a/pom.xml b/pom.xml index 0a13a24..1c8b051 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.vertical-blank sql-formatter - 2.0.4 + 2.0.5 jar sql-formatter Simple SQL formatter without dependencies.