Skip to content

Commit

Permalink
Bump version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Jan 26, 2020
1 parent 195439c commit 310e9ef
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 @@ -131,31 +131,31 @@ Depending on the Hibernate version you are using, you need to following dependen
<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-52</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
</dependency>

#### Hibernate 5.1 and 5.0

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-5</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
</dependency>

#### Hibernate 4.3

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-43</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
</dependency>

#### Hibernate 4.2 and 4.1

<dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-4</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
</dependency>

### Requirements
Expand Down

0 comments on commit 310e9ef

Please sign in to comment.