Skip to content

Commit 6329a20

Browse files
committed
release version 0.0.4
1 parent 88e7beb commit 6329a20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ $and | expr1 and expr2
137137
<dependency>
138138
<groupId>com.github.mhewedy</groupId>
139139
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
140-
<version>0.0.3</version>
140+
<version>0.0.4</version>
141141
</dependency>
142142
```
143143

@@ -157,7 +157,7 @@ See this [snippet](https://playcode.io/753066/) to see how to build the query fr
157157
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.
158158

159159
## Next Release
160-
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
160+
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
161161

162162
## In the News
163163
This repo has mentioned in [spring.io](http://spring.io/blog/2021/07/06/this-week-in-spring-july-6th-2021) weekly news.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.github.mhewedy</groupId>
1414
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
15-
<version>0.0.3</version>
15+
<version>0.0.4</version>
1616
<name>spring-data-jpa-mongodb-expressions</name>
1717
<description>Spring Data JPA Mongodb Expressions</description>
1818

0 commit comments

Comments
 (0)