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