From 0a36bb1eced031dc43013abd5d62b93f4b613ba9 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sun, 29 Oct 2023 16:10:34 +0200 Subject: [PATCH] Update the version. --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3a2b513..1e397ab 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.github.johnrengelman.shadow' version '7.1.2' } -version = "1.0.0" +version = "1.0.2" description = "Example of using jdbc for a hostpital." application { diff --git a/pom.xml b/pom.xml index 5ffb3bf..08f694d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 space.kklochko jdbc_hospital_example - 1.0.0 + 1.0.2 jar Example of using jdbc for a hostpital.