diff --git a/README.md b/README.md
index 308daa5..7edff9d 100644
--- a/README.md
+++ b/README.md
@@ -20,14 +20,14 @@ Demo is running on Google Cloud Function, with native-compiled shared library by
com.github.vertical-blank
sql-formatter
- 1.0.2
+ 1.0.3
```
### Gradle
```gradle
-implementation 'com.github.vertical-blank:sql-formatter:1.0.2'
+implementation 'com.github.vertical-blank:sql-formatter:1.0.3'
```
## Examples
diff --git a/pom.xml b/pom.xml
index b7e361c..6c77356 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.github.vertical-blank
sql-formatter
- 1.0.2
+ 1.0.3
jar
sql-formatter
Simple SQL formatter without dependencies.