From de1213b4a7a8ebb68b7ef073048828fbd0a2bd6c Mon Sep 17 00:00:00 2001 From: dsrees Date: Wed, 2 Aug 2023 11:43:38 -0400 Subject: [PATCH] Prepare version 1.1.4 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03d8d55..c59011f 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.3' + implementation 'com.github.dsrees:JavaPhoenixClient:1.1.4' } ``` diff --git a/build.gradle b/build.gradle index 82d3fca..f7f7b1f 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.3' +version '1.1.4' sourceCompatibility = 1.8