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 a893d5e commit 18de293Copy full SHA for 18de293
README.md
@@ -52,7 +52,7 @@ repositories {
52
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
53
```$xslt
54
dependencies {
55
- implementation 'com.github.dsrees:JavaPhoenixClient:0.1.1'
+ implementation 'com.github.dsrees:JavaPhoenixClient:0.1.2'
56
}
57
```
58
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
9
10
group 'com.github.dsrees'
11
-version '0.1.1'
+version '0.1.2'
12
13
sourceCompatibility = 1.8
14
0 commit comments