From 556e928e424915e1718ada96fc82473f6a295584 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Tue, 14 Nov 2023 18:53:45 +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 dda21da..a3444a5 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.github.johnrengelman.shadow' version '7.1.2' } -version = "2.0.0" +version = "2.0.1" description = "Example of using jpa for a hostpital." application { diff --git a/pom.xml b/pom.xml index dc6f49c..feb5541 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 space.kklochko jpa_hospital_example - 2.0.0 + 2.0.1 jar Example of using jpa for a hostpital.