We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1118da2 commit de1213bCopy full SHA for de1213b
README.md
@@ -112,7 +112,7 @@ repositories {
112
and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version
113
```$xslt
114
dependencies {
115
- implementation 'com.github.dsrees:JavaPhoenixClient:1.1.3'
+ implementation 'com.github.dsrees:JavaPhoenixClient:1.1.4'
116
}
117
```
118
build.gradle
@@ -25,7 +25,7 @@ apply plugin: "org.jetbrains.dokka"
25
apply plugin: "com.vanniktech.maven.publish"
26
27
group 'com.github.dsrees'
28
-version '1.1.3'
+version '1.1.4'
29
30
sourceCompatibility = 1.8
31
0 commit comments