Skip to content

Commit 5223f5f

Browse files
author
mhewedy
committed
build: new release v0.0.5
1 parent 45e0e1c commit 5223f5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ See [documentation website](https://mhewedy.github.io/spring-data-jpa-mongodb-ex
5151
<dependency>
5252
<groupId>com.github.mhewedy</groupId>
5353
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
54-
<version>0.0.4</version>
54+
<version>0.0.5</version>
5555
</dependency>
5656

5757
```
@@ -61,7 +61,7 @@ See [documentation website](https://mhewedy.github.io/spring-data-jpa-mongodb-ex
6161
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 code review.
6262

6363
#### Next Release
64-
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
64+
See [List of issues](https://github.com/mhewedy/spring-data-jpa-mongodb-expressions/issues?q=is%3Aissue+milestone%3A0.0.6) to be shipped in the next release
6565

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

docs/include.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:author: Mohammad Hewedy, The Spring Data JPA MongoDB Expressions Team
2-
:revnumber: 0.0.4
2+
:revnumber: 0.0.5
33
:jsondir: ../src/test/resources
44
:sectlinks: true
55
:source-highlighter: highlight.js

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.4</version>
15+
<version>0.0.5</version>
1616
<name>spring-data-jpa-mongodb-expressions</name>
1717
<description>Spring Data JPA Mongodb Expressions</description>
1818

0 commit comments

Comments
 (0)