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 ec59247 commit 3508f3a
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.1. [(Javadoc)](https://www.javadoc.io/doc/org.lucidfox.jpromises/jpromises/0.3.1)
The most recent release is version 0.3.2. [(Javadoc)](https://www.javadoc.io/doc/org.lucidfox.jpromises/jpromises/0.3.2)

### Maven

```xml
<dependency>
<groupId>org.lucidfox.jpromises</groupId>
<artifactId>jpromises</artifactId>
<version>0.3.1</version>
<version>0.3.2</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.1</version>
<version>0.3.2</version>
</dependency>
```

Gradle:

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

And if you need the GWT module:

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

## Advantages
Expand Down

0 comments on commit 3508f3a

Please sign in to comment.