Skip to content

Commit

Permalink
Update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomarcopineda authored May 6, 2019
1 parent 00be414 commit 7f4285b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jdbc-stream can be found at MavenCentral with group ID `com.github.juliomarcopin
<dependency>
<groupId>com.github.juliomarcopineda</groupId>
<artifactId>jdbc-stream</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

#### Gradle (Groovy DSL)

```groovy
implementation 'com.github.juliomarcopineda:jdbc-stream:0.1.0'
implementation 'com.github.juliomarcopineda:jdbc-stream:0.1.1'
```

#### Gradle (Kotlin DSL)

```kotlin
compile("com.github.juliomarcopineda:jdbc-stream:0.1.0")
compile("com.github.juliomarcopineda:jdbc-stream:0.1.1")
```

## Example Usage
Expand Down

0 comments on commit 7f4285b

Please sign in to comment.