diff --git a/README.md b/README.md index d06e646..554ddaf 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,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:0.1.2' + implementation 'com.github.dsrees:JavaPhoenixClient:0.1.3' } ``` diff --git a/build.gradle b/build.gradle index 1056460..d80eac5 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group 'com.github.dsrees' -version '0.1.2' +version '0.1.3' sourceCompatibility = 1.8