Skip to content

Commit

Permalink
bump version info for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmssargent committed Jun 6, 2018
1 parent b47a1a2 commit b5e79db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Creates a set of Java source files containing the minimum amount of
code to create a JAR with an identical public signature

## Release Notes
### v0.1.3
- Added `throws` to generated method signatures that have orginally specified a method signature
- Methods that were originally varargs are now correctly generated as varargs

## Passing Tests
* Creates a compilable set of Java source files for GSON

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'me.davidsargent'
version '0.1.2'
version '0.1.3'

apply plugin: 'java'
apply plugin: 'application'
Expand Down

0 comments on commit b5e79db

Please # to comment.