Skip to content

Commit da3b679

Browse files
committed
bump 0.1.1-SNAPSHOT
1 parent bb4555b commit da3b679

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ _Note_: currently the lib contains wrappers not for every primitive map. Feel fr
3030
<dependency>
3131
<groupId>com.trivago</groupId>
3232
<artifactId>fastutil-concurrent-wrapper</artifactId>
33-
<version>0.0.1</version>
33+
<version>0.1.0</version>
3434
</dependency>
3535
```
3636

3737
#### Gradle
3838

3939
```groovy
40-
implementation group: 'com.trivago', name: 'fastutil-concurrent-wrapper', version: '0.0.1'
40+
implementation group: 'com.trivago', name: 'fastutil-concurrent-wrapper', version: '0.1.0'
4141
```
4242

4343
## Usage

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'java'
1616
apply plugin: "com.vanniktech.maven.publish"
1717

1818
group 'com.trivago'
19-
version '0.0.2-SNAPSHOT'
19+
version '0.1.1-SNAPSHOT'
2020

2121
sourceCompatibility = 1.8
2222
targetCompatibility = 1.8

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.trivago
2-
VERSION_NAME='0.0.2-SNAPSHOT'
2+
VERSION_NAME='0.1.1-SNAPSHOT'
33

44
POM_URL=https://github.com/trivago/fastutil-concurrent-wrapper
55
POM_SCM_URL=https://github.com/trivago/fastutil-concurrent-wrapper

0 commit comments

Comments
 (0)