Skip to content

Commit

Permalink
Update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maia-Everett committed Aug 8, 2021
1 parent 9d91095 commit 52d64f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ and Java 8 is strongly recommended because lambda expressions make typical use c

## Latest release

The most recent release is version 0.3.0. [(Javadoc)](https://www.javadoc.io/doc/org.lucidfox.jpromises/jpromises/0.3.0)
The most recent release is version 0.3.1. [(Javadoc)](https://www.javadoc.io/doc/org.lucidfox.jpromises/jpromises/0.3.1)

### Maven

```xml
<dependency>
<groupId>org.lucidfox.jpromises</groupId>
<artifactId>jpromises</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

Expand All @@ -30,20 +30,20 @@ And if you need the GWT module:
<dependency>
<groupId>org.lucidfox.jpromises</groupId>
<artifactId>jpromises-gwt</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

Gradle:

```
'org.lucidfox.jpromises:jpromises:0.3.0'
'org.lucidfox.jpromises:jpromises:0.3.1'
```

And if you need the GWT module:

```
'org.lucidfox.jpromises:jpromises-gwt:0.3.0'
'org.lucidfox.jpromises:jpromises-gwt:0.3.1'
```

## Advantages
Expand Down

0 comments on commit 52d64f2

Please sign in to comment.