Skip to content

Commit

Permalink
chore: version up
Browse files Browse the repository at this point in the history
  • Loading branch information
ajclopez committed Nov 14, 2022
1 parent 4cee333 commit ed9da93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Include the dependency to your project inside your `pom.xml` file
<dependency>
<groupId>io.github.ajclopez</groupId>
<artifactId>mongo-spring-search</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.ajclopez</groupId>
<artifactId>mongo-spring-search</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>mongo-spring-search</name>
Expand Down

0 comments on commit ed9da93

Please sign in to comment.