Skip to content

Commit 8ca53c1

Browse files
Update README.md
1 parent 51b541e commit 8ca53c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Demo is running on Google Cloud Function, with native-compiled shared library by
2020
<dependency>
2121
<groupId>com.github.vertical-blank</groupId>
2222
<artifactId>sql-formatter</artifactId>
23-
<version>1.0</version>
23+
<version>1.0.1</version>
2424
</dependency>
2525
```
2626

2727
### Gradle
2828

2929
```gradle
30-
implementation 'com.github.vertical-blank:sql-formatter:1.0'
30+
implementation 'com.github.vertical-blank:sql-formatter:1.0.1'
3131
```
3232

3333
## Examples

0 commit comments

Comments
 (0)