From 52484478caaef77c4e09dbe61e8808b9817b7dd4 Mon Sep 17 00:00:00 2001 From: dsrees Date: Mon, 12 Jun 2023 14:24:18 -0400 Subject: [PATCH] Prepare version 1.1.3 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83baa30..03d8d55 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.2' + implementation 'com.github.dsrees:JavaPhoenixClient:1.1.3' } ``` diff --git a/build.gradle b/build.gradle index 33be2cd..82d3fca 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.2' +version '1.1.3' sourceCompatibility = 1.8