Skip to content

Commit 22c396c

Browse files
author
Daniel Rees
committed
Prepare version 0.1.7
1 parent 67baf71 commit 22c396c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repositories {
6565
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
6666
```$xslt
6767
dependencies {
68-
implementation 'com.github.dsrees:JavaPhoenixClient:0.1.6'
68+
implementation 'com.github.dsrees:JavaPhoenixClient:0.1.7'
6969
}
7070
```
7171

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.github.dsrees'
11-
version '0.1.6'
11+
version '0.1.7'
1212

1313
sourceCompatibility = 1.8
1414

0 commit comments

Comments
 (0)