Skip to content

Commit

Permalink
Merge pull request #26 from vertical-blank/1.0.3
Browse files Browse the repository at this point in the history
1.0.3
  • Loading branch information
vertical-blank authored Oct 16, 2020
2 parents f8a2ce6 + 5177e41 commit 14b43ab
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 @@ -20,14 +20,14 @@ Demo is running on Google Cloud Function, with native-compiled shared library by
<dependency>
<groupId>com.github.vertical-blank</groupId>
<artifactId>sql-formatter</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.github.vertical-blank:sql-formatter:1.0.2'
implementation 'com.github.vertical-blank:sql-formatter:1.0.3'
```

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

0 comments on commit 14b43ab

Please sign in to comment.