diff --git a/build.gradle b/build.gradle index 9c1ee29..0b678cb 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.github.johnrengelman.shadow' version '7.1.2' } -version = "1.0.2" +version = "2.0.0" description = "Example of using jpa for a hostpital." application { diff --git a/pom.xml b/pom.xml index 32547a6..59407fb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 space.kklochko jpa_hospital_example - 1.0.2 + 2.0.0 jar Example of using jpa for a hostpital.