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 eaf9504 commit 2d5c52fCopy full SHA for 2d5c52f
README.md
@@ -66,7 +66,7 @@ repositories {
66
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
67
```$xslt
68
dependencies {
69
- implementation 'com.github.dsrees:JavaPhoenixClient:0.3.0'
+ implementation 'com.github.dsrees:JavaPhoenixClient:0.3.1'
70
}
71
```
72
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
10
11
group 'com.github.dsrees'
12
-version '0.3.0'
+version '0.3.1'
13
14
sourceCompatibility = 1.8
15
0 commit comments