diff --git a/.factorypath b/.factorypath index c3778fb..e34a1c7 100755 --- a/.factorypath +++ b/.factorypath @@ -1,7 +1,7 @@ - - + + diff --git a/README.md b/README.md index 51ade6a..5144a92 100644 --- a/README.md +++ b/README.md @@ -125,14 +125,14 @@ includes a runnable example you can follow. com.rizzoweb spring-data-expresspecs - 0.1 + 0.2.0 ``` **Gradle:** ```groovy -implementation 'com.rizzoweb:spring-data-expresspecs:0.1' +implementation 'com.rizzoweb:spring-data-expresspecs:0.2.0' ``` ### Your JPA Repository diff --git a/docs/usage-guide.md b/docs/usage-guide.md index 6e0301d..0444321 100644 --- a/docs/usage-guide.md +++ b/docs/usage-guide.md @@ -28,14 +28,14 @@ This guide covers setup, compatibility, typing options, factory usage, edge case com.rizzoweb spring-data-expresspecs - 0.1 + 0.2.0 ``` **Gradle:** ```groovy -implementation 'com.rizzoweb:spring-data-expresspecs:0.1' +implementation 'com.rizzoweb:spring-data-expresspecs:0.2.0' ``` Snapshot builds are available from the Maven Central snapshot repository: diff --git a/pom.xml b/pom.xml index 601d8cc..7a05d64 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.rizzoweb spring-data-expresspecs - 0.2-SNAPSHOT + 0.2.0 Spring Data Expresspecs Composable, type-safe factory methods for building Spring Data JPA Specification objects, eliminating CriteriaBuilder boilerplate with automatic join handling and null-safe chaining.