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 dd2d61f commit 2fd3720Copy full SHA for 2fd3720
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.2.3'
+ implementation 'com.github.dsrees:JavaPhoenixClient:0.2.4'
69
}
70
```
71
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
10
11
group 'com.github.dsrees'
12
-version '0.2.3'
+version '0.2.4'
13
14
sourceCompatibility = 1.8
15
0 commit comments