Skip to content

Commit b00c6f9

Browse files
committed
Update gradle and maven dependency version
1 parent 45c0713 commit b00c6f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ To add a dependency on `index4j` using Maven, use the following:
3333
<dependency>
3434
<groupId>com.dynatrace.index4j</groupId>
3535
<artifactId>indices</artifactId>
36-
<version>0.1.0</version>
36+
<version>0.2.0</version>
3737
</dependency>
3838
```
3939

4040
To add the dependency using Gradle:
4141

4242
```
43-
implementation group: 'com.dynatrace.index4j', name: 'indices', version: '0.1.0'
43+
implementation group: 'com.dynatrace.index4j', name: 'indices', version: '0.2.0'
4444
```
4545

4646
## Supported data structures

0 commit comments

Comments
 (0)