Skip to content

Commit

Permalink
Bump version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed May 11, 2021
1 parent f2af328 commit cf99a37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,31 +145,31 @@ Depending on the Hibernate version you are using, you need to add the following
<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-52</artifactId>
<version>2.11.0</version>
<version>2.11.1</version>
</dependency>

#### Hibernate 5.1 and 5.0

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-5</artifactId>
<version>2.11.0</version>
<version>2.11.1</version>
</dependency>

#### Hibernate 4.3

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-43</artifactId>
<version>2.11.0</version>
<version>2.11.1</version>
</dependency>

#### Hibernate 4.2 and 4.1

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-4</artifactId>
<version>2.11.0</version>
<version>2.11.1</version>
</dependency>

### Requirements
Expand Down

0 comments on commit cf99a37

Please sign in to comment.