diff --git a/README.md b/README.md index bb75173..443bda2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use Schematic, you need to add the following Maven dependency to your project com.bjoernkw schematic - 0.1.11 + 0.1.12 ``` @@ -25,7 +25,7 @@ If you're using Spring Boot 2.7.x and Java 11 you can add this version of Schema com.bjoernkw schematic - 0.1.11.jre11 + 0.1.12.jre11 ``` diff --git a/pom.xml b/pom.xml index 32a8ec9..3540ed9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.bjoernkw schematic - 0.1.12-SNAPSHOT + 0.1.12 Schematic Database management UI for Spring Boot https://github.com/BjoernKW/Schematic