diff --git a/README.md b/README.md index 4faf647..bbd5047 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.1.5' + implementation 'com.github.dsrees:JavaPhoenixClient:1.2.0' } ``` diff --git a/build.gradle b/build.gradle index 56ef6e9..5fec158 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.1.5' +version '1.2.0' sourceCompatibility = 1.8