Skip to content

Commit

Permalink
release version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed Sep 16, 2021
1 parent 88e7beb commit 6329a20
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 @@ -137,7 +137,7 @@ $and | expr1 and expr2
<dependency>
<groupId>com.github.mhewedy</groupId>
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
```

Expand All @@ -157,7 +157,7 @@ See this [snippet](https://playcode.io/753066/) to see how to build the query fr
Special thanks to [Rashad Saif](https://github.com/rashadsaif) and [Hamada Elnoby](https://github.com/hamadaelnopy) for helping in the design, inspring with ideas, and for doing the review for the code.

## Next Release
See [List of issues](https://github.com/mhewedy/spring-data-jpa-mongodb-expressions/issues?q=is%3Aissue+milestone%3A0.0.4) to be shipped in the next release
See [List of issues](https://github.com/mhewedy/spring-data-jpa-mongodb-expressions/issues?q=is%3Aissue+milestone%3A0.0.5) to be shipped in the next release

## In the News
This repo has mentioned in [spring.io](http://spring.io/blog/2021/07/06/this-week-in-spring-july-6th-2021) weekly news.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.github.mhewedy</groupId>
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<name>spring-data-jpa-mongodb-expressions</name>
<description>Spring Data JPA Mongodb Expressions</description>

Expand Down

0 comments on commit 6329a20

Please sign in to comment.