Skip to content

Commit cdfb59b

Browse files
authored
Update README.md
1 parent b283600 commit cdfb59b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ With [Maven](https://maven.apache.org/), add the following dependency to your `p
6969
<dependency>
7070
<groupId>com.algolia</groupId>
7171
<artifactId>algoliasearch</artifactId>
72-
<version>[2,]</version>
72+
<version>2.22.0</version>
7373
</dependency>
7474
```
7575

@@ -79,7 +79,7 @@ Then, for the asynchronous version, use:
7979
<dependency>
8080
<groupId>com.algolia</groupId>
8181
<artifactId>algoliasearch-async</artifactId>
82-
<version>[2,]</version>
82+
<version>2.22.0</version>
8383
</dependency>
8484
```
8585

@@ -89,7 +89,7 @@ Or on `Google AppEngine`, use:
8989
<dependency>
9090
<groupId>com.algolia</groupId>
9191
<artifactId>algoliasearch-appengine</artifactId>
92-
<version>[2,]</version>
92+
<version>2.22.0</version>
9393
</dependency>
9494
```
9595

0 commit comments

Comments
 (0)