We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a84464 commit 0f9d111Copy full SHA for 0f9d111
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.1'
+ implementation 'com.github.dsrees:JavaPhoenixClient:0.3.2'
70
}
71
```
72
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
10
11
group 'com.github.dsrees'
12
-version '0.3.1'
+version '0.3.2'
13
14
sourceCompatibility = 1.8
15
0 commit comments