Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
comru committed Oct 28, 2022
1 parent 3cd9700 commit 2d2ddb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ QueryDSL guarantees that the compiler will check that your database queries and
```groovy
dependencies {
// begin: add by yourself
implementation 'io.jmix:jmix-querydsl-starter:0.0.3'
implementation 'io.jmix:jmix-querydsl-starter:0.0.4'
annotationProcessor configurations.implementation
// end: add by yourself
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.0.3
version=0.0.4

0 comments on commit 2d2ddb7

Please sign in to comment.