From f6aa5df6993b5e3fe0f7fba43b9ce23a8655dc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Wilmsmann?= Date: Mon, 23 Sep 2024 13:30:23 +0200 Subject: [PATCH] Release preparations --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47e6cbc..129d54f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use **Schematic**, you need to add the following Maven dependency to your pro com.bjoernkw schematic - 0.2.3 + 0.3.0 ``` @@ -25,7 +25,7 @@ If you're using Spring Boot 2.7.x and Java 11 you can add this version of **Sche com.bjoernkw schematic - 0.2.3.jre11 + 0.3.0.jre11 ``` diff --git a/pom.xml b/pom.xml index 7562f8c..22bef0f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.bjoernkw schematic - 0.2.3-SNAPSHOT + 0.3.0 Schematic Database management UI for Spring Boot https://github.com/BjoernKW/Schematic