Skip to content

Commit 99520b7

Browse files
committed
Bump version up
1 parent 747a341 commit 99520b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,31 @@ Depending on the Hibernate version you are using, you need to add the following
3131
<dependency>
3232
<groupId>io.hypersistence</groupId>
3333
<artifactId>hypersistence-utils-hibernate-63</artifactId>
34-
<version>3.9.0</version>
34+
<version>3.9.1</version>
3535
</dependency>
3636

3737
#### Hibernate 6.2
3838

3939
<dependency>
4040
<groupId>io.hypersistence</groupId>
4141
<artifactId>hypersistence-utils-hibernate-62</artifactId>
42-
<version>3.9.0</version>
42+
<version>3.9.1</version>
4343
</dependency>
4444

4545
#### Hibernate 6.1 and 6.0
4646

4747
<dependency>
4848
<groupId>io.hypersistence</groupId>
4949
<artifactId>hypersistence-utils-hibernate-60</artifactId>
50-
<version>3.9.0</version>
50+
<version>3.9.1</version>
5151
</dependency>
5252

5353
#### Hibernate 5.6 and 5.5
5454

5555
<dependency>
5656
<groupId>io.hypersistence</groupId>
5757
<artifactId>hypersistence-utils-hibernate-55</artifactId>
58-
<version>3.9.0</version>
58+
<version>3.9.1</version>
5959
</dependency>
6060

6161
#### Optional Maven Dependencies

0 commit comments

Comments
 (0)