From 55e68ce72d5d8f376abe8e7f21354e0e293fd946 Mon Sep 17 00:00:00 2001 From: Daniel Rees Date: Wed, 22 May 2019 13:45:37 -0400 Subject: [PATCH] Prepare version 0.2.6 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90699ca..26e4e91 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.2.5' + implementation 'com.github.dsrees:JavaPhoenixClient:0.2.6' } ``` diff --git a/build.gradle b/build.gradle index c85d87a..b0052f0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group 'com.github.dsrees' -version '0.2.5' +version '0.2.6' sourceCompatibility = 1.8