diff --git a/README.md b/README.md index 2b1bc3b..ecdb961 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ repositories { and then add the library. See [releases](https://github.com/dsrees/JavaPhoenixClient/releases) for the latest version ```$xslt dependencies { - implementation 'com.github.dsrees:JavaPhoenixClient:1.3.0' + implementation 'com.github.dsrees:JavaPhoenixClient:1.3.1' } ``` diff --git a/build.gradle b/build.gradle index e7d2938..78e6a8a 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ apply plugin: "org.jetbrains.dokka" apply plugin: "com.vanniktech.maven.publish" group 'com.github.dsrees' -version '1.3.0' +version '1.3.1' sourceCompatibility = 1.8