Skip to content

Commit

Permalink
Release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Sep 23, 2024
1 parent 5f7448e commit f6aa5df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use **Schematic**, you need to add the following Maven dependency to your pro
<dependency>
<groupId>com.bjoernkw</groupId>
<artifactId>schematic</artifactId>
<version>0.2.3</version>
<version>0.3.0</version>
</dependency>
```

Expand All @@ -25,7 +25,7 @@ If you're using Spring Boot 2.7.x and Java 11 you can add this version of **Sche
<dependency>
<groupId>com.bjoernkw</groupId>
<artifactId>schematic</artifactId>
<version>0.2.3.jre11</version>
<version>0.3.0.jre11</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.bjoernkw</groupId>
<artifactId>schematic</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.3.0</version>
<name>Schematic</name>
<description>Database management UI for Spring Boot</description>
<url>https://github.com/BjoernKW/Schematic</url>
Expand Down

0 comments on commit f6aa5df

Please sign in to comment.