Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Aug 22, 2018
1 parent f59fe6e commit cef8156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A site with the links to the [API docs](http://phax.github.io/jcodemodel/) etc.

# News and noteworthy

* v3.1.0 - work in progress
* v3.1.0 - 2018-08-22
* Added ` AbstractJType._new`()`
* Change return types of special `JBlock` methods to `void` to avoid chaining (issue #62) - incompatible change
* Added new `JExpr.invokeThis` and `JExpr.invokeSuper` static methods
Expand Down Expand Up @@ -93,7 +93,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>jcodemodel</artifactId>
<version>3.0.3</version>
<version>3.1.0</version>
</dependency>
```

Expand Down

0 comments on commit cef8156

Please sign in to comment.