We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67baf71 commit 22c396cCopy full SHA for 22c396c
README.md
@@ -65,7 +65,7 @@ repositories {
65
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
66
```$xslt
67
dependencies {
68
- implementation 'com.github.dsrees:JavaPhoenixClient:0.1.6'
+ implementation 'com.github.dsrees:JavaPhoenixClient:0.1.7'
69
}
70
```
71
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
9
10
group 'com.github.dsrees'
11
-version '0.1.6'
+version '0.1.7'
12
13
sourceCompatibility = 1.8
14
0 commit comments