Skip to content

Commit 8501a30

Browse files
committed
version up in readme
1 parent 578684b commit 8501a30

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
@@ -32,14 +32,14 @@ _Note_: currently the lib contains wrappers not for every primitive map. Feel fr
3232
<dependency>
3333
<groupId>com.trivago</groupId>
3434
<artifactId>fastutil-concurrent-wrapper</artifactId>
35-
<version>0.1.0</version>
35+
<version>0.2.0</version>
3636
</dependency>
3737
```
3838

3939
#### Gradle
4040

4141
```groovy
42-
implementation group: 'com.trivago', name: 'fastutil-concurrent-wrapper', version: '0.1.0'
42+
implementation group: 'com.trivago', name: 'fastutil-concurrent-wrapper', version: '0.2.0'
4343
```
4444

4545
## Usage

0 commit comments

Comments
 (0)