From ed9da93fa8ffcac683809bb9fe0fd8f1e3dc6ad3 Mon Sep 17 00:00:00 2001 From: Antonio Lopez Date: Mon, 14 Nov 2022 00:41:38 -0300 Subject: [PATCH] chore: version up --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c050f60..9fd1c79 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Include the dependency to your project inside your `pom.xml` file io.github.ajclopez mongo-spring-search - 1.0.1 + 1.0.2 ``` @@ -65,7 +65,7 @@ Include the dependency to your project inside your `pom.xml` file Add implementation to your project in your `build.gradle` file ``` -implementation 'io.github.ajclopez:mongo-spring-search:1.0.1' +implementation 'io.github.ajclopez:mongo-spring-search:1.0.2' ```` ## Usage diff --git a/pom.xml b/pom.xml index 9553d7a..7a01e53 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.ajclopez mongo-spring-search - 1.0.1 + 1.0.2 jar mongo-spring-search