We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de13cd9 commit edd2bf3Copy full SHA for edd2bf3
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.4.0'
+ implementation 'com.github.dsrees:JavaPhoenixClient:0.4.1'
70
}
71
```
72
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 '0.4.0'
+version '0.4.1'
29
30
sourceCompatibility = 1.8
31
0 commit comments