Skip to content

Commit

Permalink
Merge pull request #44 from vertical-blank/2.0.1
Browse files Browse the repository at this point in the history
2.0.1
  • Loading branch information
vertical-blank authored Jun 2, 2021
2 parents 991b8e2 + fd16e4d commit ce91c60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ This does not support:
<dependency>
<groupId>com.github.vertical-blank</groupId>
<artifactId>sql-formatter</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.github.vertical-blank:sql-formatter:2.0.0'
implementation 'com.github.vertical-blank:sql-formatter:2.0.1'
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.vertical-blank</groupId>
<artifactId>sql-formatter</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>jar</packaging>
<name>sql-formatter</name>
<description>Simple SQL formatter without dependencies.</description>
Expand Down

0 comments on commit ce91c60

Please sign in to comment.