Skip to content

Commit

Permalink
update release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed Jul 21, 2024
1 parent d1f061d commit 9287a5f
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 @@ -63,7 +63,7 @@ For springboot 3.x:
<dependency>
<groupId>com.github.mhewedy</groupId>
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>

```
Expand All @@ -73,7 +73,7 @@ For springboot 2.x:
<dependency>
<groupId>com.github.mhewedy</groupId>
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion docs/include.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:author: Mohammad Hewedy, The Spring Data JPA MongoDB Expressions Team
:revnumber: 0.1.1
:revnumber: 0.1.2
:jsondir: ../src/test/resources
:sectlinks: true
:source-highlighter: highlight.js

0 comments on commit 9287a5f

Please sign in to comment.