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.