From 996de2a4dbe42cfd467e6ff695a6afaf5fa97b2e Mon Sep 17 00:00:00 2001 From: yohei Date: Sat, 7 Aug 2021 14:11:18 +0900 Subject: [PATCH] 2.0.2 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.