From 1e662b49afe89341e7e5a28cd667c4efb32a89c0 Mon Sep 17 00:00:00 2001 From: yohei Date: Tue, 9 Apr 2024 18:57:54 +0900 Subject: [PATCH] 2.0.5 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.