Skip to content

Commit

Permalink
Hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Sep 23, 2024
1 parent 97d20eb commit 48c0b8a
Showing 1 changed file with 2 additions and 2 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.3.0</version>
<version>0.3.1</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.3.0.jre11</version>
<version>0.3.1.jre11</version>
</dependency>
```

Expand Down

0 comments on commit 48c0b8a

Please sign in to comment.