Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maia Everett committed Jul 24, 2017
1 parent d5ddd89 commit d404617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.2.2. [(Javadoc)](https://www.javadoc.io/doc/org.lucidfox.jpromises/jpromises/0.2.2)
The most recent release is version 0.3.0. [(Javadoc)](https://www.javadoc.io/doc/org.lucidfox.jpromises/jpromises/0.3.0)

### Maven

```xml
<dependency>
<groupId>org.lucidfox.jpromises</groupId>
<artifactId>jpromises</artifactId>
<version>0.2.2</version>
<version>0.3.0</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.2.2</version>
<version>0.3.0</version>
</dependency>
```

Gradle:

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

And if you need the GWT module:

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

## Advantages
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'signing'
sourceCompatibility = 1.7
targetCompatibility = 1.7
group = 'org.lucidfox.jpromises'
version = '0.2.2'
version = '0.3.0'

task wrapper(type: Wrapper) {
gradleVersion = '3.5'
Expand Down

0 comments on commit d404617

Please sign in to comment.