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 d7acb33 commit ccdb9b6Copy full SHA for ccdb9b6
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.7'
+ implementation 'com.github.dsrees:JavaPhoenixClient:0.1.8'
69
}
70
```
71
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
9
10
group 'com.github.dsrees'
11
-version '0.1.7'
+version '0.1.8'
12
13
sourceCompatibility = 1.8
14
0 commit comments