diff --git a/README.md b/README.md index f662eb9..be614fa 100644 --- a/README.md +++ b/README.md @@ -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 } diff --git a/gradle.properties b/gradle.properties index 5c06d51..e89df12 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.0.3 \ No newline at end of file +version=0.0.4 \ No newline at end of file