Skip to content

Commit

Permalink
Update major version number (#16)
Browse files Browse the repository at this point in the history
* Update major version number

* Update README.md

Co-authored-by: Mikhail Chernyakov <[email protected]>

* Update README.md

Co-authored-by: Mikhail Chernyakov <[email protected]>

* Update build.gradle

Co-authored-by: Mikhail Chernyakov <[email protected]>

---------

Co-authored-by: Mikhail Chernyakov <[email protected]>
  • Loading branch information
sarveswaran-m and mchernyakov authored Dec 5, 2023
1 parent 987fce3 commit 2bef799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ _Note_: currently the lib contains wrappers not for every primitive map. Feel fr
#### Gradle

```groovy
implementation group: 'com.trivago', name: 'fastutil-concurrent-wrapper', version: '0.2.1'
implementation group: 'com.trivago', name: 'fastutil-concurrent-wrapper', version: '0.2.2'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
}

group 'com.trivago'
version '0.2.2'
version '0.2.3-SNAPSHOT'

mavenPublishing {
pom {
Expand Down

0 comments on commit 2bef799

Please sign in to comment.