From 15369f9a1ebb50e5c0cb7c5612859b497ca59e19 Mon Sep 17 00:00:00 2001 From: dsrees Date: Wed, 4 Oct 2023 12:52:34 -0400 Subject: [PATCH] Prepare version 1.2.0 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4faf647..bbd5047 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.5' + implementation 'com.github.dsrees:JavaPhoenixClient:1.2.0' } ``` diff --git a/build.gradle b/build.gradle index 56ef6e9..5fec158 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.5' +version '1.2.0' sourceCompatibility = 1.8