Skip to content

Commit

Permalink
Version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2bllw8 committed Jul 6, 2022
1 parent 8b6210e commit cb4fc0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Instances of `Try`, are either an instance of _either_ `Success` or `Failure`.
## Releases

The latest release is available
on [Maven Central](https://search.maven.org/artifact/io.github.2bllw8/either/3.3.0/jar).
on [Maven Central](https://search.maven.org/artifact/io.github.2bllw8/either/3.4.0/jar).

```groovy
implementation 'io.github.2bllw8:either:3.3.0'
implementation 'io.github.2bllw8:either:3.4.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

archivesBaseName = rootProject.name
group = 'exe.bbllw8'
version = '3.3.0'
version = '3.4.0'

java {
withJavadocJar()
Expand Down

0 comments on commit cb4fc0c

Please sign in to comment.