From ac5b9685d84c93b4a6e8320619aa4d685e745c53 Mon Sep 17 00:00:00 2001 From: dsrees Date: Wed, 4 Oct 2023 12:17:24 -0400 Subject: [PATCH] Prepare version 1.1.5 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c59011f..4faf647 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.4' + implementation 'com.github.dsrees:JavaPhoenixClient:1.1.5' } ``` diff --git a/build.gradle b/build.gradle index f7f7b1f..41118db 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.4' +version '1.1.5' sourceCompatibility = 1.8