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